aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/pmwiki.sh.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pmwiki.sh.erb b/templates/pmwiki.sh.erb
index 7769dcd..49accde 100644
--- a/templates/pmwiki.sh.erb
+++ b/templates/pmwiki.sh.erb
@@ -29,7 +29,7 @@ function pmwiki_deploy {
wget http://pmwiki.org/pub/pmwiki/pmwiki-$new.tgz
wget http://pmwiki.org/pub/pmwiki/i18n/i18n-all.zip
tar zxvf pmwiki-$new.tgz && rm pmwiki-$new.tgz
- ( cd pmwiki-$new && unzip ../i18n-all.zip && rm $_ )
+ ( cd pmwiki-$new && unzip -o ../i18n-all.zip && rm $_ )
chown -R root.root pmwiki-$new/
}