From d3bad61f7458f33a1bae6d4dca88e547e598baf7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 10 Feb 2019 22:33:18 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index f204b6d5..3557bb96 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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