Update run.sh

This commit is contained in:
2020-03-08 21:38:55 -05:00
parent f5c9f6ebf7
commit 37fd272584

7
run.sh
View File

@@ -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