Skip to content

Commit

Permalink
Allow to pass command line arguments to dockerized firefox (jessfraz#481
Browse files Browse the repository at this point in the history
)

* Allow to pass command line arguments to dockerized firefox

* Double quoted
  • Loading branch information
crossminds authored and jessfraz committed Sep 16, 2019
1 parent 14c7ab9 commit b11b7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firefox/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

if [[ -e /dev/snd ]]; then
exec apulse firefox
exec apulse firefox "$@"
else
exec firefox
exec firefox "$@"
fi

0 comments on commit b11b7d2

Please sign in to comment.