From 7a3e44c787a122ce86d9e553f87817f15bcefff1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 9 Mar 2014 20:39:21 -0300 Subject: Fix location at backup-site --- share/hydractl/backup-site | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/hydractl/backup-site') diff --git a/share/hydractl/backup-site b/share/hydractl/backup-site index 32c4284..b622d5e 100755 --- a/share/hydractl/backup-site +++ b/share/hydractl/backup-site @@ -96,7 +96,7 @@ EOF fi # Backup site -if [ -d "$SITES/$SITE" ]; then +if [ -d "$LOCATION" ]; then echo "Backing up site folder..." tar jcvf $PACK $LOCATION md5sum $PACK > $PACK.md5 -- cgit v1.2.3