X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/f03d418427984d413a11aa1de58fbffe33718403..f7fdb123105c081bbfed7c9fcb29e7f6cf24aee9:/debian/postinst.disorder-server diff --git a/debian/postinst.disorder-server b/debian/postinst.disorder-server index 9e51648..458cc79 100755 --- a/debian/postinst.disorder-server +++ b/debian/postinst.disorder-server @@ -28,7 +28,7 @@ add_jukebox_user() { --no-create-home jukebox # If it happens that there's no audio group we don't fail; perhaps only # network play was required. - adduser --quiet jukebox audio || true + adduser jukebox audio || true } configure_init_d() {