From 7a4edd2bc2ae9c766498bd3a49a4fc617161c2bc Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Wed, 9 Sep 2015 18:39:29 +0200 Subject: [PATCH] [lintian] fix output-of-updaterc.d-not-redirected-to-dev-null yunohost-api postinst --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 564c9e1eb..9b04e93e7 100644 --- a/debian/postinst +++ b/debian/postinst @@ -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