From bd4d40c222ae0c39f1c16f4a603b9c11d2afc9e3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 17 Aug 2025 18:01:03 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index eba4ae9..c307b8f 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -264,7 +264,7 @@ GO_REBOOT() { echo -en " ${idsCL[White]}(${idsCL[LightGreen]}Y${idsCL[White]})es ${idsCL[LightCyan]}/${idsCL[White]} (${idsCL[LightGreen]}*${idsCL[White]})any other key to cancel${idsCL[Default]}" read -n 1 -p " : " choice case "$choice" in - [Yy]) ${adm}shutdown -r now + [Yy]) #${adm}shutdown -r now echo 'The system is now rebooting...' sleep 60 exit 0;;