Update nodemgmt-scripts.sh
This commit is contained in:
@@ -578,7 +578,6 @@ NIGHTLYRENEW(){
|
||||
}
|
||||
|
||||
LISTCERTS(){
|
||||
declare -i cw; declare -i spc1; declare -i c
|
||||
declare -A CHECKCERT_DOMAINS
|
||||
IFS=$'\n'
|
||||
for LINE in `egrep -v '(^#|^$)' ${FOLDER}/ssl-cert-check/ssldomains`; do
|
||||
@@ -620,6 +619,7 @@ LISTCERTS(){
|
||||
DAYS=14; DUEIN=$(($(date +%s) + (86400*$DAYS)));
|
||||
|
||||
echo 'yes'
|
||||
declare -i cw; declare -i spc1; declare -i c
|
||||
c=0; cw=26; spc=''
|
||||
spc1=${cw}-${#SUBJECT}
|
||||
echo 'yes-a'
|
||||
|
||||
Reference in New Issue
Block a user