From b6ef570fbf96dde866c2f0bfb27f402531a505ef Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 11 May 2022 15:18:23 +0200 Subject: [PATCH] add missing -e --- usr/bin/archboot-update-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-update-installer.sh b/usr/bin/archboot-update-installer.sh index 821f6aab6..5c8557ad4 100755 --- a/usr/bin/archboot-update-installer.sh +++ b/usr/bin/archboot-update-installer.sh @@ -85,5 +85,5 @@ if [[ "${_L_XFCE}" == "1" ]]; then echo -e "\033[1mStep 2/2:\033[0m Preparing XFCE desktop now ..." echo " This will need some time ..." _launch_xfce >/dev/tty7 2>&1 - echo "To relaunch XFCE use: \033[0mstartxfce4\033[0m" + echo -e "To relaunch XFCE use: \033[0mstartxfce4\033[0m" fi