aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare/hydractl/backup-site2
1 files changed, 1 insertions, 1 deletions
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