From facb1715571fb81ce231a0489e935ea788f5c6a3 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 12 Dec 2023 10:09:52 -0800 Subject: [PATCH] updated the updater light for error notification --- .../Update_Sovran_SystemsOS_Light.sh | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Sovran_SystemsOS_Light_Updater/Updater Source Files/Update_Sovran_SystemsOS_Light.sh b/Sovran_SystemsOS_Light_Updater/Updater Source Files/Update_Sovran_SystemsOS_Light.sh index d515b43..9af82ae 100755 --- a/Sovran_SystemsOS_Light_Updater/Updater Source Files/Update_Sovran_SystemsOS_Light.sh +++ b/Sovran_SystemsOS_Light_Updater/Updater Source Files/Update_Sovran_SystemsOS_Light.sh @@ -14,14 +14,12 @@ fi } SPICE () { -if xterm -T "Sovran_SystemsOS_Light Updater" -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild switch --impure'" ; then +if ! xterm -T "Sovran_SystemsOS_Light Updater" -fa 'Noto Mono' -fs 15 -fg white -bg black -e bash -c "ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild switch --impure'" ; then - zenity --info \ - --ellipsize \ - --no-wrap \ - --width=500 \ + zenity --error \ + --width=400 \ --title="Sovran_SystemsOS_Light Updater" \ - --text="Yay complete! Please reboot when you are ready." + --text="Could not complete the update." exit 1 @@ -48,6 +46,13 @@ FLATPAK SPICE | zenity --progress --no-cancel --auto-close --width=660 --pulsate --text="Updating now. In rare cases, it could take up to 3 hours. Please be patient..." --title="Sovran_SystemsOS_Light Updater" +zenity --info \ +--ellipsize \ +--no-wrap \ +--width=500 \ +--title="Sovran_SystemsOS_Light Updater" \ +--text="Yay complete! Please reboot when you are ready." + fi exit 0 \ No newline at end of file