Update linupx-scripts.sh

This commit is contained in:
2022-11-27 20:43:19 -06:00
parent 9100568947
commit 5a2cecfcf9

View File

@@ -363,8 +363,7 @@ REMOVEFLOPPY() {
read -en 1 -p "${Blue}Would you like to reboot now (y/N)?" choice
case "$choice" in
[Yy])
echo
[Yy]) echo
echo
echo -e "${BOrange}The system is now rebooting...${Color_Off}"
if [ "$EUID" -ne 0 ]; then sudo shutdown -r now