aboutsummaryrefslogtreecommitdiff
path: root/postfixadmin-dl
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-12-28 21:43:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-12-28 21:43:27 -0300
commit4665b8fc8d55d1972338fc2fcc5d614b3602c173 (patch)
tree051d6828434239611b20cd822667af36a1e4bf9b /postfixadmin-dl
parentbd20e1e27be3e206fdda338ec5d05b82d635f4b1 (diff)
downloaddownloaders-4665b8fc8d55d1972338fc2fcc5d614b3602c173.tar.gz
downloaders-4665b8fc8d55d1972338fc2fcc5d614b3602c173.tar.bz2
Fix: postfixadmin-dl: update to new config convention
Diffstat (limited to 'postfixadmin-dl')
-rwxr-xr-xpostfixadmin-dl4
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