diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-12-28 21:43:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-12-28 21:43:27 -0300 |
commit | 4665b8fc8d55d1972338fc2fcc5d614b3602c173 (patch) | |
tree | 051d6828434239611b20cd822667af36a1e4bf9b | |
parent | bd20e1e27be3e206fdda338ec5d05b82d635f4b1 (diff) | |
download | downloaders-4665b8fc8d55d1972338fc2fcc5d614b3602c173.tar.gz downloaders-4665b8fc8d55d1972338fc2fcc5d614b3602c173.tar.bz2 |
Fix: postfixadmin-dl: update to new config convention
-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 |