Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-10 22:33:18 -06:00
parent 8811ab99cf
commit d3bad61f74

View File

@@ -9,10 +9,6 @@ if [ ! -f /opt/idssys/settings/nodemgmt.conf ]; then
fi
mv /opt/idssys/nodemgmt/settings.conf /opt/idssys/settings/nodemgmt.conf
fi
if [ ! -d /opt/idssys/testssl.sh ]; then
do_with_root git clone https://github.com/drwetter/testssl.sh.git /opt/idssys/testssl.sh
do_with_root ln -s /opt/idssys/testssl.sh/testssl.sh /usr/local/bin/testssl.sh
fi
source /opt/idssys/defaults/colors.inc
source /opt/idssys/defaults/default.inc