From 979e74a7cb9a00ce6c7d095316f2f29655694ef6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 18:19:11 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 1634f96..0580b10 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -5,16 +5,11 @@ action="$1" FOLDER='/opt/idssys/LinUPx' VERS='4.01282019' -if [ ! -f ${FOLDER}/settings.conf ]; then - echo -ne "useAutoremove=1 -opennms=false" > ${FOLDER}/settings.conf -fi - if [ ! -d "/opt/idssys/LinUPx" ]; then mv /opt/LinUPx /opt/idssys/ rm -f /usr/local/bin/runup ln -s /opt/idssys/LinUPx/run.sh /usr/local/bin/runup - echo "Program has bveen updated, please re-run" + echo "Program has been updated, please re-run" exit 0 fi