1
0
Fork 0
mirror of https://github.com/sbrl/cloudcatcher.git synced 2018-01-26 00:52:31 +00:00

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

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
}