From 0bf4b9b4c605348b14f722dbf1f6eb3f7b6d6f2a Mon Sep 17 00:00:00 2001 From: qtwrk Date: Sat, 12 Jun 2021 01:01:54 +0200 Subject: [PATCH] Update cyberpanel.sh --- cyberpanel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index 8d3e22c85..7c6a8afde 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -245,7 +245,7 @@ fi # Reference: https://unix.stackexchange.com/questions/116539/how-to-detect-the-desktop-environment-in-a-bash-script if [ -z "$XDG_CURRENT_DESKTOP" ]; then - echo "Desktop OS not detected. Proceeding" + echo -e "Desktop OS not detected. Proceeding\n" else echo "$XDG_CURRENT_DESKTOP defined appears to be a desktop OS. Bailing as CyberPanel is incompatible." echo -e "\nCyberPanel is supported on server OS types only. Such as Ubuntu 18.04 x86_64, Ubuntu 20.04 x86_64, Ubuntu 20.10 x86_64, CentOS 7.x, CentOS 8.x, AlmaLinux 8.x and CloudLinux 7.x...\n"