From d04a97c9437ff07833f2122d432647a40ceb6763 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Fri, 1 May 2020 01:33:00 +0200 Subject: [PATCH] Update postinst --- src/deb/vesta/postinst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/deb/vesta/postinst b/src/deb/vesta/postinst index 3121351ec..99534b8c9 100755 --- a/src/deb/vesta/postinst +++ b/src/deb/vesta/postinst @@ -41,4 +41,7 @@ systemctl restart clamav-daemon systemctl restart clamav-freshclam systemctl restart exim4 +version=$(curl http://c.myvestacp.com/latest.txt?updated) +echo "=== myVesta $version installed ===" + exit 0