mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-22 21:11:30 +02:00
Merge pull request #6 from bruckwubete/patch-2
modify getopts to pickup the secret option arg
This commit is contained in:
commit
4ce9aa4210
2
setup.sh
2
setup.sh
@ -30,7 +30,7 @@ change_yml_value () {
|
|||||||
|
|
||||||
# docker run -p 80:80/tcp -p 443:443/tcp -p 1935:1935 -p 5066:5066 -p 3478:3478 -p 3478:3478/udp b2 -h 192.168.0.130
|
# docker run -p 80:80/tcp -p 443:443/tcp -p 1935:1935 -p 5066:5066 -p 3478:3478 -p 3478:3478/udp b2 -h 192.168.0.130
|
||||||
|
|
||||||
while getopts "eh:" opt; do
|
while getopts ":eh:s:" opt; do
|
||||||
case $opt in
|
case $opt in
|
||||||
e)
|
e)
|
||||||
env
|
env
|
||||||
|
Loading…
x
Reference in New Issue
Block a user