clear localstorage after installer went through all steps

This commit is contained in:
HB9HIL
2025-06-29 18:28:12 +02:00
parent 9c4e6a2298
commit 1dd9084a9a

View File

@@ -332,6 +332,7 @@
}, },
success: async function(response) { success: async function(response) {
if (response == 'success') { if (response == 'success') {
localStorage.clear();
running(field, false); running(field, false);
await log_message('debug', 'Successfully created .lock file in folder /install'); await log_message('debug', 'Successfully created .lock file in folder /install');
resolve(); resolve();