From 4665b8fc8d55d1972338fc2fcc5d614b3602c173 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 28 Dec 2022 21:43:27 -0300 Subject: Fix: postfixadmin-dl: update to new config convention --- postfixadmin-dl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'postfixadmin-dl') 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 -- cgit v1.2.3