Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-05 09:33:21 -06:00
parent 7812a6b2a7
commit 4593947b75

View File

@@ -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