From 04756e6a588f8b9788273bf38dc4e681fcbd35fe Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 21 Mar 2014 18:27:53 -0300 Subject: String fix --- share/hydractl/backup-site | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/hydractl/backup-site b/share/hydractl/backup-site index 437d3e4..e37a611 100755 --- a/share/hydractl/backup-site +++ b/share/hydractl/backup-site @@ -104,7 +104,7 @@ fi # Backup site if [ -d "$LOCATION" ]; then if [ -e "$PACK" ]; then - echo "File $PACK already exists, skipping..." + echo "File $DEST/$PACK already exists, skipping..." else echo "Backing up site folder..." tar jcvf $PACK $LOCATION -- cgit v1.2.3