diff options
Diffstat (limited to 'postfixadmin-dl')
-rwxr-xr-x | postfixadmin-dl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/postfixadmin-dl b/postfixadmin-dl index 156a553..f248891 100755 --- a/postfixadmin-dl +++ b/postfixadmin-dl @@ -46,8 +46,8 @@ rm postfixadmin-$VERSION.tar.gz.asc # Sync configuration chown -R root. postfixadmin-$VERSION -cp postfixadmin-$VERSION/config.inc.php postfixadmin-$VERSION/config.inc.php.dist -cp -a postfixadmin-$OLD_VERSION/config.inc.php postfixadmin-$VERSION/config.inc.php +cp -a postfixadmin-$OLD_VERSION/config.local.php postfixadmin-$VERSION/config.local.php +cp -a postfixadmin-$OLD_VERSION/templates_c postfixadmin-$VERSION/templates_c # Pivot rm postfixadmin && ln -s postfixadmin-$VERSION postfixadmin |