aboutsummaryrefslogtreecommitdiff
path: root/piwik-dl
diff options
context:
space:
mode:
Diffstat (limited to 'piwik-dl')
-rwxr-xr-xpiwik-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/piwik-dl b/piwik-dl
index 6d3ef96..28b79fa 100755
--- a/piwik-dl
+++ b/piwik-dl
@@ -18,7 +18,7 @@ gpg --verify latest.zip.asc latest.zip && \
mv piwik/ piwik.old && \
unzip latest.zip && \
rm *html && \
-rm latest.zip && \
+rm latest.zip* && \
( cd piwik && mkdir -p config tmp ) && \
cp -a piwik.old/config/config.ini.php piwik/config/ && \
chown -R stats.stats piwik/{config,tmp} && \