mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[lintian] fix output-of-updaterc.d-not-redirected-to-dev-null yunohost-api postinst
This commit is contained in:
parent
17e4872a98
commit
18984e646e
1 changed files with 1 additions and 1 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -46,7 +46,7 @@ do_configure() {
|
|||
fi
|
||||
|
||||
rm -rf /var/cache/moulinette/*
|
||||
update-rc.d yunohost-api defaults
|
||||
update-rc.d yunohost-api defaults > /dev/null
|
||||
service yunohost-api restart
|
||||
|
||||
# Reload SSOwat conf if obsolete
|
||||
|
|
Loading…
Add table
Reference in a new issue