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"