Update linupx-scripts.sh

This commit is contained in:
2025-08-17 18:02:51 -05:00
parent 7195bdf04f
commit 02e9aa2a15

View File

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