parent
df38c7dbd6
commit
7a6cdef65d
@ -37,6 +37,10 @@ if [ -n "$BAM_CERTIFICATE" ]; then
|
||||
command+=( "--cert" "$BAM_CERTIFICATE" )
|
||||
fi
|
||||
|
||||
if [ -n "$BAM_VERBOSE" ]; then
|
||||
command+=( "--verbose" )
|
||||
fi
|
||||
|
||||
if [ -n "$BAM_CONFIG_file" ]; then
|
||||
if [ ! -f "$BAM_CONFIG_file" ]; then
|
||||
cp "/botamusique/configuration.example.ini" "$BAM_CONFIG_file"
|
||||
|
@ -751,7 +751,7 @@ if __name__ == '__main__':
|
||||
parser.add_argument("-P", "--password", dest="password",
|
||||
type=str, help="Server password, if required")
|
||||
parser.add_argument("-T", "--tokens", dest="tokens",
|
||||
type=str, help="Server tokens, if required")
|
||||
type=str, help="Server tokens to enter a channel, if required (multiple entries separated with comma ','")
|
||||
parser.add_argument("-p", "--port", dest="port",
|
||||
type=int, help="Port for the Mumble server")
|
||||
parser.add_argument("-c", "--channel", dest="channel",
|
||||
|
Loading…
x
Reference in New Issue
Block a user