From 0531d369aa770ce7f18bdd7c75fd13013a8e1439 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 11 Jan 2023 11:09:06 -0500 Subject: [PATCH] Fix reinstall logic --- setup/so-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/so-setup b/setup/so-setup index cb4d8475d..c83b7b3ec 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -141,6 +141,7 @@ if [[ -f /root/accept_changes ]]; then info "Old setup detected. Moving the last setup.log to setup.log.bak" mv "$setup_log" "$setup_log.bak" [ -f "$error_log" ] && mv "$error_log" "$error_log.bak" + reinstall_init fi title "Parsing Username for Install"