Update run.sh

This commit is contained in:
2020-03-08 21:36:39 -05:00
parent a5b64d32d6
commit f5c9f6ebf7

2
run.sh
View File

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