From 4c3b464575089b6adb11d29c53beff3554a9ca08 Mon Sep 17 00:00:00 2001 From: Raoul Hecky Date: Thu, 21 Dec 2023 15:07:03 +0100 Subject: [PATCH] Remove wrong code and reboot after installation --- scripts/config_calaos-boot | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/config_calaos-boot b/scripts/config_calaos-boot index 6835730..e03c955 100755 --- a/scripts/config_calaos-boot +++ b/scripts/config_calaos-boot @@ -165,11 +165,7 @@ then disk=$(cat "$tmp_file") ;; *) - color "${GREEN}" "Installing Calaos-OS on $retvalue..." - echo - sleep 2 - - calaos_install "$retvalue" + disk="" ;; esac @@ -190,6 +186,7 @@ then sleep 2 calaos_install "$disk" + reboot ;; esac ;;