Update linupx-scripts.sh

This commit is contained in:
2018-10-09 15:49:04 -05:00
parent a179f5b86a
commit 93ccd4341b

View File

@@ -5,7 +5,7 @@ action="$1"
FOLDER='/opt/LinUPx'
VERS='4.10092018'
if [ -e /opt/LinUPx/settings.conf ]; then
if [ ! -f /opt/LinUPx/settings.conf ]; then
echo -ne "useAutoremove=1
opennms=false" > /opt/LinUPx/settings.conf
fi