aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpiwik-dl1
1 files changed, 1 insertions, 0 deletions
diff --git a/piwik-dl b/piwik-dl
index f545574..6d3ef96 100755
--- a/piwik-dl
+++ b/piwik-dl
@@ -19,6 +19,7 @@ mv piwik/ piwik.old && \
unzip latest.zip && \
rm *html && \
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} && \
echo "Audit:" && \