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:
parent
0f423543cc
commit
71b376b1b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue