diff --git a/defaults.inc b/defaults.inc index 2e519847..09e70832 100755 --- a/defaults.inc +++ b/defaults.inc @@ -210,7 +210,7 @@ SENDNOTICE(){ [ "${PUSHOVER_USER_TOKEN}" != "" ] && PUSH_TO_MOBILE "${2} $(date)" "${1}" ${3} & - + [ "${EMAIL_NOTICE}" != "" ] && echo email-notfound || echo email-found [ "${EMAIL_NOTICE}" != "" ] && echo -e "${1}\n\n$(date)" | mail -s "${2}" ${EMAIL_NOTICE} } diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index db6466f4..6426739e 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -633,7 +633,7 @@ DOWNLIST(){ fi else - [ "${1}" == "report" ] && dlen=90 || dlen=110 + [ "${1}" == "report" ] && dlen=100 || dlen=110 echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}" DIVIDER false yellow ${dlen} if [ "${1}" == "report" ]; then