highlight text

This commit is contained in:
Tobias Powalowski 2023-07-27 09:00:07 +02:00
parent 1284ccf730
commit 1896724765
2 changed files with 4 additions and 4 deletions

View file

@ -82,14 +82,14 @@ _exit() {
_dialog --infobox "Rebooting in 10 seconds...\nDon't forget to remove the boot medium!" 4 50
sleep 10
clear
wall -n "Rebooting the system..."
wall -n "\e[1mRebooting the system...\e[m"
sleep 3
reboot
elif [[ "${_EXIT}" == "3" ]]; then
_dialog --infobox "Powering off in 10 seconds...\nDon't forget to remove the boot medium!" 4 50
sleep 10
clear
wall -n "Powering off the system..."
wall -n "\e[1mPowering off the system...\e[m"
sleep 3
poweroff
fi

View file

@ -278,14 +278,14 @@ _mainmenu() {
_dialog --infobox "Rebooting in 10 seconds...\nDon't forget to remove the boot medium!" 4 50
sleep 10
clear
wall -n "Rebooting the system..."
wall -n "\e[1mRebooting the system...\e[m"
sleep 3
reboot
elif [[ "${_EXIT}" == "3" ]]; then
_dialog --infobox "Powering off in 10 seconds...\nDon't forget to remove the boot medium!" 4 50
sleep 10
clear
wall -n "Powering off the system..."
wall -n "\e[1mPowering off the system...\e[m"
sleep 3
poweroff
fi