add support for setting bot bandwidth
feat: Add support for setting bandwidth Changes the default bandwidth value to 96000
This commit is contained in:
@ -41,6 +41,10 @@ if [ -n "$BAM_VERBOSE" ]; then
|
||||
command+=( "--verbose" )
|
||||
fi
|
||||
|
||||
if [ -n "$BAM_BANDWIDTH" ]; then
|
||||
command+=( "--bandwidth" "$BAM_BANDWIDTH")
|
||||
fi
|
||||
|
||||
if [ -n "$BAM_CONFIG_file" ]; then
|
||||
if [ ! -f "$BAM_CONFIG_file" ]; then
|
||||
cp "/botamusique/configuration.example.ini" "$BAM_CONFIG_file"
|
||||
|
Reference in New Issue
Block a user