mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Run a full diagnosis after each yunohost upgrade
This commit is contained in:
parent
978d9d5dfd
commit
decb372b7a
1 changed files with 6 additions and 3 deletions
5
debian/postinst
vendored
5
debian/postinst
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue