From efc411ce0af7f7aafbf01e874b27d9e697955f3f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 3 Jan 2024 22:10:45 -0300 Subject: Fix: chown usage --- piwik-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'piwik-dl') 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 -- cgit v1.2.3