chiark / gitweb /
Make postinst group modification call less quiet.
[disorder] / debian / postinst.disorder-server
index 9e516489741f71615102798b518d192e3884b522..458cc791c996fba490bf95ae979459b379f52ab5 100755 (executable)
@@ -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() {