diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 580b705d..17f2cc2a 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -2418,7 +2418,7 @@ if [ ${action-x} ]; then backup) BACKUP;; downlist) if [ "${2}" = "report" ]; then - if [ "$(`find ${FOLDER} -name "*.down"`)" != "" ]; then + if [ "$(find ${FOLDER} -name '*.down')" != "" ]; then rm -f ${FOLDER}/status-downlist.lastrun DOWNLIST report >> ${FOLDER}/status-downlist.lastrun STATUSLOG="$(cat ${FOLDER}/status-downlist.lastrun)"