Update linupx-scripts.sh

This commit is contained in:
2025-08-17 18:02:35 -05:00
parent 9407acdd22
commit 7195bdf04f

View File

@@ -265,7 +265,7 @@ GO_REBOOT() {
read -n 1 -p " : " choice read -n 1 -p " : " choice
case "$choice" in case "$choice" in
[Yy]) #${adm}shutdown -r now [Yy]) #${adm}shutdown -r now
echo '\n\nThe system is now rebooting...' echo "\n\nThe system is now rebooting..."
sleep 60 sleep 60
exit 0;; exit 0;;
* ) MAIN_MENU;; * ) MAIN_MENU;;
@@ -278,7 +278,7 @@ SHUTDOWN() {
read -n 1 -p " : " choice read -n 1 -p " : " choice
case "$choice" in case "$choice" in
[Yy]) #${adm}shutdown -h now [Yy]) #${adm}shutdown -h now
echo -e '\n\nThe system is now shutting down...' echo -e "\n\nThe system is now shutting down..."
sleep 60 sleep 60
exit 0;; exit 0;;
* ) MAIN_MENU;; * ) MAIN_MENU;;