From 8b6b7cbd11e589ff805b5736b5d7884dfb211e0f Mon Sep 17 00:00:00 2001 From: William Wernert Date: Wed, 18 Nov 2020 14:46:22 -0500 Subject: [PATCH] [fix] Check if $is_reinstall is true --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index e8993c1da..9b3beb27d 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -429,7 +429,7 @@ whiptail_make_changes # From here on changes will be made. echo "1" > /root/accept_changes -if [[ $is_reinstall ]]; then +if [[ $is_reinstall == true ]]; then reinstall_init fi