From 878c52daf0fc9a75945a6d208003d7a99b2972f8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 10 Feb 2019 22:06:25 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++++ 1 file changed, 4 insertions(+) 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