Update nodemgmt-scripts.sh

This commit is contained in:
2019-01-31 19:05:08 -06:00
parent f92172de1a
commit def7c191db

View File

@@ -4,7 +4,9 @@
action="$1"
if [ ! -f /opt/idssys/settings/nodemgmt.conf ]; then
mkdir /opt/idssys/settings
if [ ! -d /opt/idssys/settings ]; then
mkdir /opt/idssys/settings
fi
mv /opt/idssys/nodemgmt/settings.conf /opt/idssys/settings/nodemgmt.conf
fi