diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 3557bb96..f204b6d5 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -9,6 +9,10 @@ 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