From 4593947b7521b184b5563d18441f7c5e7730e805 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 09:33:21 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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