From f5c9f6ebf71852033f5006687a4ed4a8b11d9004 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 8 Mar 2020 21:36:39 -0500 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 6288e7e..a4a7214 100755 --- a/run.sh +++ b/run.sh @@ -4,7 +4,7 @@ if ! grep -q "RemoteSyslogServer" /opt/idssys/linupx/settings.conf; then echo -e "\nRemoteSyslogServer=10.10.10.10" >> /opt/idssys/linupx/settings.conf - echo -en "${idsCL[LightCyan]}Config Update, you must run the program again${idsCL[Default]}" + echo -e "${idsCL[LightCyan]}Config Update, you must run the program again${idsCL[Default]}" exit 0 fi