From 38fcacd6c7aa3f990a8b7feb1621207942e41bf6 Mon Sep 17 00:00:00 2001 From: Marc Singer Date: Sat, 31 Mar 2012 15:44:15 -0700 Subject: [PATCH] Issue 134: How to add arguments? o Confusion about quoting mitigated with documentation. --- debian/shellinabox.default | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/shellinabox.default b/debian/shellinabox.default index bde0eea..0958843 100644 --- a/debian/shellinabox.default +++ b/debian/shellinabox.default @@ -10,7 +10,9 @@ SHELLINABOX_PORT=4200 # SHELLINABOX_USER=shellinabox # SHELLINABOX_GROUP=shellinabox -# Any optional arguments (e.g. extra service definitions) -# We disable beeps, as there have been reports of the VLC plugin crashing -# Firefox on Linux/x86_64. -SHELLINABOX_ARGS=--no-beep +# Any optional arguments (e.g. extra service definitions). Make sure +# that that argument is quoted. +# +# Beeps are disabled because of reports of the VLC plugin crashing +# Firefox on Linux/x86_64. +SHELLINABOX_ARGS="--no-beep"