aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/backup-site
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-09 20:53:15 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-09 20:53:15 -0300
commit95c4b19c13c1b397fbef9586b09318f94d3f6809 (patch)
treeb412afe7031c143e97de1d249e39f64fd24541da /share/hydractl/backup-site
parentef57dd7caee10d91633d2ed5a5838d64fdcf845d (diff)
downloadhydra-95c4b19c13c1b397fbef9586b09318f94d3f6809.tar.gz
hydra-95c4b19c13c1b397fbef9586b09318f94d3f6809.tar.bz2
Trying to determine wiki location at backup-site
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