From b36f1bc79e4dfea447d3cc03f1dbb15f35172e94 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 11 Jan 2023 12:26:50 -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 207ea3e80..914b80233 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" + source ./so-variables reinstall_init fi