Update linupx-scripts.sh
This commit is contained in:
@@ -276,7 +276,7 @@ SHUTDOWN() {
|
|||||||
read -n 1 -p "Are you sure you wish to shutdown (y/N)?" choice
|
read -n 1 -p "Are you sure you wish to shutdown (y/N)?" choice
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
[Yy]) ${adm}shutdown -h now
|
[Yy]) ${adm}shutdown -h now
|
||||||
echo 'The 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;;
|
||||||
|
|||||||
Reference in New Issue
Block a user