Run a full diagnosis after each yunohost upgrade

This commit is contained in:
Alexandre Aubin 2019-11-22 19:18:24 +01:00
parent 978d9d5dfd
commit decb372b7a

5
debian/postinst vendored
View file

@ -14,8 +14,11 @@ do_configure() {
echo "Regenerating configuration, this might take a while..."
yunohost tools regen-conf --output-as none
echo "Launching migrations.."
echo "Launching migrations..."
yunohost tools migrations migrate --auto
echo "Re-diagnosing server health..."
yunohost diagnosis run --force
fi
# Change dpkg vendor