From 278cf40d7862275d2bc41b86b8ac63c514300ae1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 10 Feb 2019 19:50:56 -0600 Subject: [PATCH] update --- nodemgmt-scripts.sh | 3 ++- ssl-check.sh | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index a902e5a1..aaa80cef 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -632,7 +632,8 @@ CHECK-CERTS(){ source /opt/idssys/nodemgmt/ssl-check.sh print_heading - # IFS=$'\n' + echo 'WTF' + # IFS=$'\n' # for LINE in `egrep -v '(^#|^$)' ${SERVERFILE}`; do # HOST=${LINE%% *} # PORT=${LINE#* } diff --git a/ssl-check.sh b/ssl-check.sh index fa74ea9f..cefd5e5c 100755 --- a/ssl-check.sh +++ b/ssl-check.sh @@ -5,8 +5,8 @@ # source /opt/idssys/settings/nodemgmt.conf # source /opt/idssys/nodemgmt/defaults.inc -PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/ssl/bin:/usr/sfw/bin -export PATH +#PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/ssl/bin:/usr/sfw/bin +#export PATH # Who to page when an expired certificate is detected (cmdline: -e) ADMIN=${STATUS_CHECK_EMAIL}