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 --- postfixadmin-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postfixadmin-dl') 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 -- cgit v1.2.3