diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-01-03 22:10:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-01-03 22:10:45 -0300 |
commit | efc411ce0af7f7aafbf01e874b27d9e697955f3f (patch) | |
tree | b6088960d82187508782fe5356bd6a4730f74ed9 /roundcube-dl | |
parent | ef5fe8de0a5c0523acf547d71ae595b608233508 (diff) | |
download | downloaders-efc411ce0af7f7aafbf01e874b27d9e697955f3f.tar.gz downloaders-efc411ce0af7f7aafbf01e874b27d9e697955f3f.tar.bz2 |
Fix: chown usage
Diffstat (limited to 'roundcube-dl')
-rwxr-xr-x | roundcube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |