Add verbose mode for docker

link to #261
This commit is contained in:
Azlux
2021-04-03 12:55:01 +02:00
parent df38c7dbd6
commit 7a6cdef65d
2 changed files with 5 additions and 1 deletions

View File

@ -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"