From 71b376b1b46964e407b444493713d60565ab4678 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 6 Jan 2018 19:41:39 +0000 Subject: [PATCH] Fix system restart required --- cloudcatcher-info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudcatcher-info.sh b/cloudcatcher-info.sh index a84ea11..686b30b 100755 --- a/cloudcatcher-info.sh +++ b/cloudcatcher-info.sh @@ -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 }