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 --- roundcube-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcube-dl') diff --git a/roundcube-dl b/roundcube-dl index b65d710..575e279 100755 --- a/roundcube-dl +++ b/roundcube-dl @@ -41,7 +41,7 @@ tar xvf roundcubemail-$VERSION.tar.gz rm roundcubemail-$VERSION.tar.gz # Fix permissions -chown -R root. roundcubemail-$VERSION +chown -R root: roundcubemail-$VERSION # Sync configuration for section in db config custom logs temp; do -- cgit v1.2.3