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 }