From 2eca1b060e950a427508ba333bf77dd9f6e50929 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 11:27:43 -0600 Subject: [PATCH] Update install-linupx.sh --- install-linupx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-linupx.sh b/install-linupx.sh index c98dede..9925768 100755 --- a/install-linupx.sh +++ b/install-linupx.sh @@ -16,14 +16,14 @@ do_with_root $APTFUNC -y install wget curl git do_with_root set -eu do_with_root git clone https://git.schroedercity.com/voltron/LinUPx.git /opt/idssys/LinUPx do_with_root ln -s /opt/idssys/LinUPx/run.sh /usr/local/bin/runup -echo -e "useAutoremove=1 -opennms=false" > /opt/idssys/LinUPx/settings.conf if [ ! -d "/opt/idssys/defaults" ]; then do_with_root set -eu do_with_root git clone gogs@git.schroedercity.com:voltron/iDS-Defaults.git /opt/idssys/defaults fi +echo -e "useAutoremove=1 +opennms=false" > /opt/idssys/LinUPx/settings.conf echo "" echo -e "${CS[color,LightYellow]}LinUPx has been Installed${CS[color,Default]}"