diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 5f9d28b1..5150c07f 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -149,7 +149,7 @@ BACKUP(){ BACKUP_ITEMS[letsencrypt-certs]=/etc/letsencrypt for item in "${!BACKUP_ITEMS[@]}" do - echo -en "Backing up '${item}'... " + echo -en "Backing up '${item}'... " tar -czPf ${BACKUP_FOLDER}/${item}.tar.gz -C ${BACKUP_ITEMS[$item]} . echo -e "${idsCL[Green]}Ok${idsCL[Default]}" done