From 1dd9084a9a99e6cb55209fe0a0b065dae3ac4651 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 29 Jun 2025 18:28:12 +0200 Subject: [PATCH] clear localstorage after installer went through all steps --- install/run.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/run.php b/install/run.php index 7b9980e19..080f0ca4b 100644 --- a/install/run.php +++ b/install/run.php @@ -332,6 +332,7 @@ }, success: async function(response) { if (response == 'success') { + localStorage.clear(); running(field, false); await log_message('debug', 'Successfully created .lock file in folder /install'); resolve();