aboutsummaryrefslogtreecommitdiff
path: root/piwik-dl
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-01-03 22:10:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-01-03 22:10:45 -0300
commitefc411ce0af7f7aafbf01e874b27d9e697955f3f (patch)
treeb6088960d82187508782fe5356bd6a4730f74ed9 /piwik-dl
parentef5fe8de0a5c0523acf547d71ae595b608233508 (diff)
downloaddownloaders-efc411ce0af7f7aafbf01e874b27d9e697955f3f.tar.gz
downloaders-efc411ce0af7f7aafbf01e874b27d9e697955f3f.tar.bz2
Fix: chown usage
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 28b79fa..6820cc1 100755
--- a/piwik-dl
+++ b/piwik-dl
@@ -21,7 +21,7 @@ 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} && \
+chown -R stats:stats piwik/{config,tmp} && \
echo "Audit:" && \
du -hs piwik && \
du -hs piwik.old