This commit is contained in:
2019-01-30 01:13:24 -06:00
parent 82fd6a8132
commit 7ddea325a5
3 changed files with 9 additions and 3 deletions

View File

@@ -22,7 +22,9 @@ if [ ! -d "/opt/idssys/defaults" ]; then
do_with_root git clone git@git.schroedercity.com:voltron/iDS-Defaults.git /opt/idssys/defaults
fi
mkdir /opt/idssys/settings
if [ ! -d "/opt/idssys/settings" ]; then
do_with_root mkdir /opt/idssys/settings
fi
echo -e "useAutoremove=1
opennms=false" > /opt/idssys/settings/linupx.conf