diff --git a/src/deb/vesta/postinst b/src/deb/vesta/postinst index 3121351e..99534b8c 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