1
0
Fork 0

Fix system restart required

This commit is contained in:
Starbeamrainbowlabs 2018-01-06 19:41:39 +00:00
parent 0f423543cc
commit 71b376b1b4
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ BWHT="\033[47m" # background white
function calc_reboot_required {
if [ -f /var/run/reboot-required ]; then
echo "${HC}${FRED}*** System restart required ***${RS}";
echo -e "${HC}${FRED}*** System restart required ***${RS}";
fi
}