Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
b8261aed
Commit
b8261aed
authored
Mar 31, 2014
by
Leigh B Stoller
Browse files
Add --no-beep option to avoid beep.wav.
parent
f0cfb02e
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/scripts/shellinabox.pl.in
View file @
b8261aed
...
...
@@ -257,7 +257,7 @@ $UID = $EUID;
# Shove this header out so that we can do cross site xmlrpc.
print
"
Access-Control-Allow-Origin: *
\n
";
my
$cmd
=
"
shellinaboxd
"
.
(
$debug
?
"
-d
"
:
"
-v
")
.
"
"
.
my
$cmd
=
"
shellinaboxd
--no-beep
"
.
(
$debug
?
"
-d
"
:
"
-v
")
.
"
"
.
"
--certfile=
${CERTFILE}
--keyfile=
${KEYFILE}
"
.
"
--cgi -c
$TB
/etc -s '/:
$uid
:
$gid
:
$where
:
$command
'
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment