mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
Allow to pass command line arguments to dockerized firefox (#481)
* Allow to pass command line arguments to dockerized firefox * Double quoted
This commit is contained in:
parent
14c7ab9194
commit
b11b7d2fb3
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [[ -e /dev/snd ]]; then
|
if [[ -e /dev/snd ]]; then
|
||||||
exec apulse firefox
|
exec apulse firefox "$@"
|
||||||
else
|
else
|
||||||
exec firefox
|
exec firefox "$@"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user