From b421b5f3b618f62bb71046442ad92310e7fe229b Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Fri, 16 Jun 2023 21:31:59 +0200 Subject: [PATCH] Version 0.9.9-0-3 --- src/deb/latest.txt | 2 +- src/deb/vesta/postinst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/deb/latest.txt b/src/deb/latest.txt index f1f3c8dc0..321145a8c 100644 --- a/src/deb/latest.txt +++ b/src/deb/latest.txt @@ -1 +1 @@ -vesta-0.9.9-0-2 +vesta-0.9.9-0-3 \ No newline at end of file diff --git a/src/deb/vesta/postinst b/src/deb/vesta/postinst index 2f15e60f3..09195d4c7 100755 --- a/src/deb/vesta/postinst +++ b/src/deb/vesta/postinst @@ -22,8 +22,8 @@ if [ ! -d "/usr/local/vesta/data/upgrades" ]; then fi # show changelog after update -echo "1" > /usr/local/vesta/data/upgrades/show_changelog -chmod a=rw /usr/local/vesta/data/upgrades/show_changelog +# echo "1" > /usr/local/vesta/data/upgrades/show_changelog +# chmod a=rw /usr/local/vesta/data/upgrades/show_changelog # Patching exim4.conf for: smtputf8_advertise_hosts if [ "$release" -gt 10 ]; then