mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
debian: don't dump upgradable apps during postinst's catalog update
This commit is contained in:
parent
26e539fea6
commit
82d30f02e2
1 changed files with 1 additions and 1 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -30,7 +30,7 @@ do_configure() {
|
||||||
yunohost diagnosis run --force
|
yunohost diagnosis run --force
|
||||||
|
|
||||||
echo "Refreshing app catalog..."
|
echo "Refreshing app catalog..."
|
||||||
yunohost tools update apps || true
|
yunohost tools update apps --output-as none || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Trick to let yunohost handle the restart of the API,
|
# Trick to let yunohost handle the restart of the API,
|
||||||
|
|
Loading…
Add table
Reference in a new issue