diff --git a/src/deb/vesta/postinst b/src/deb/vesta/postinst index a1a55b080..29b89e29c 100755 --- a/src/deb/vesta/postinst +++ b/src/deb/vesta/postinst @@ -1,5 +1,8 @@ #!/bin/bash +build_date=$(curl -s http://c.myvestacp.com/build_date.txt) +echo "$build_date" > /usr/local/vesta/build_date.txt + # Run triggers only on updates if [ ! -e "/usr/local/vesta/data/users/admin" ]; then version=$(curl -s http://c.myvestacp.com/latest.txt?installed)