aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/backup-site
diff options
context:
space:
mode:
Diffstat (limited to 'share/hydractl/backup-site')
-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 d719a50..1c124aa 100755
--- a/share/hydractl/backup-site
+++ b/share/hydractl/backup-site
@@ -41,7 +41,7 @@ if [ "$SITE" == "git" ] || [ "$SITE" == "svn" ]; then
elif [ "$SITE" == "debian" ]; then
LOCATION="/var/reprepro"
elif [ "$SITE" == "wiki" ]; then
- LOCATION="/var/www/data/wiki/"
+ LOCATION="/var/www/data/pmwiki-*"
else
LOCATION="$SITES/$SITE"
fi