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}