Update linupx-scripts.sh

This commit is contained in:
2025-08-17 18:01:03 -05:00
parent dc08a341b6
commit bd4d40c222

View File

@@ -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]}" 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 read -n 1 -p " : " choice
case "$choice" in case "$choice" in
[Yy]) ${adm}shutdown -r now [Yy]) #${adm}shutdown -r now
echo 'The system is now rebooting...' echo 'The system is now rebooting...'
sleep 60 sleep 60
exit 0;; exit 0;;