From 37fd2725845cb6e7a1190a36ac5b8789f696ab03 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 8 Mar 2020 21:38:55 -0500 Subject: [PATCH] Update run.sh --- run.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/run.sh b/run.sh index a4a7214..20e6597 100755 --- a/run.sh +++ b/run.sh @@ -2,13 +2,6 @@ # UbUpdate - Ubuntu Update Scripts Loader -if ! grep -q "RemoteSyslogServer" /opt/idssys/linupx/settings.conf; then - echo -e "\nRemoteSyslogServer=10.10.10.10" >> /opt/idssys/linupx/settings.conf - echo -e "${idsCL[LightCyan]}Config Update, you must run the program again${idsCL[Default]}" - exit 0 -fi - - if [ ! -f /opt/idssys/settings/linupx.conf ]; then source /opt/idssys/linupx/settings.conf else