Update nodemgmt-scripts.sh

This commit is contained in:
2023-04-02 18:00:48 -05:00
parent bff18ce7d7
commit b3b54ac8c8

View File

@@ -3,13 +3,6 @@
action="$1"
if [ ! -f /opt/idssys/settings/nodemgmt.conf ]; then
if [ ! -d /opt/idssys/settings ]; then
mkdir /opt/idssys/settings
fi
mv /opt/idssys/nodemgmt/settings.conf /opt/idssys/settings/nodemgmt.conf
fi
source /opt/idssys/defaults/colors.inc
source /opt/idssys/defaults/default.inc
source /opt/idssys/nodemgmt/settings.conf