diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e45dc65a..aa0840bc 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -22,7 +22,7 @@ if [ "${1}" == "report" ] || [ "${2}" == "report" ] || [ "${3}" == "report" ]; t idsST=('') fi -# [ -f ${NM_BACKUP_FOLDER}/templates/*.config ] && rm -f ${NM_BACKUP_FOLDER}/templates/*.config +[ -f ${NM_BACKUP_FOLDER}/templates/*.config ] && rm -f ${NM_BACKUP_FOLDER}/templates/*.config BACKUP(){