diff --git a/firefox/entrypoint.sh b/firefox/entrypoint.sh index 924d340..df262e6 100755 --- a/firefox/entrypoint.sh +++ b/firefox/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/bash if [[ -e /dev/snd ]]; then - exec apulse firefox + exec apulse firefox "$@" else - exec firefox + exec firefox "$@" fi