aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-21 18:27:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-21 18:27:53 -0300
commit04756e6a588f8b9788273bf38dc4e681fcbd35fe (patch)
treeeb7d1ba96948f19e43c59d8e272f93bf83d44bbe
parentf08724c41fb2fe1e1bec31317307435e383e6224 (diff)
downloadhydra-04756e6a588f8b9788273bf38dc4e681fcbd35fe.tar.gz
hydra-04756e6a588f8b9788273bf38dc4e681fcbd35fe.tar.bz2
String fix
-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