Skip to content

Commit

Permalink
update image when using --sound
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Sep 5, 2022
1 parent f6be5a8 commit 45ed0a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run-mtgo
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ case "${1:-}" in
--sound)
[[ "$cmd" == "mtgo" ]] && cmdargs="${cmdargs} $1"
image=panard/mtgo:sound
do_update=true
do_sound=true ;;
--disable-sound)
[[ "$cmd" == "mtgo" ]] && cmdargs="${cmdargs} $1" ;;
Expand Down

0 comments on commit 45ed0a4

Please sign in to comment.