From 684479d82e2d01a863ac58ee6bcdc2ca4be156ca Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 19 Feb 2015 08:49:52 -0200 Subject: Piwik: ensure config and tmp folders exists --- piwik-dl | 1 + 1 file changed, 1 insertion(+) 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:" && \ -- cgit v1.2.3