diff options
Diffstat (limited to 'postfixadmin-dl')
-rwxr-xr-x | postfixadmin-dl | 2 |
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 |