aboutsummaryrefslogtreecommitdiff
path: root/postfixadmin-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 /postfixadmin-dl
parentef5fe8de0a5c0523acf547d71ae595b608233508 (diff)
downloaddownloaders-efc411ce0af7f7aafbf01e874b27d9e697955f3f.tar.gz
downloaders-efc411ce0af7f7aafbf01e874b27d9e697955f3f.tar.bz2
Fix: chown usage
Diffstat (limited to 'postfixadmin-dl')
-rwxr-xr-xpostfixadmin-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/postfixadmin-dl b/postfixadmin-dl
index f248891..d71eb96 100755
--- a/postfixadmin-dl
+++ b/postfixadmin-dl
@@ -45,7 +45,7 @@ rm postfixadmin-$VERSION.tar.gz
rm postfixadmin-$VERSION.tar.gz.asc
# Sync configuration
-chown -R root. postfixadmin-$VERSION
+chown -R root: postfixadmin-$VERSION
cp -a postfixadmin-$OLD_VERSION/config.local.php postfixadmin-$VERSION/config.local.php
cp -a postfixadmin-$OLD_VERSION/templates_c postfixadmin-$VERSION/templates_c