mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-30 07:35:40 +02: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
|
||||
|
||||
if [[ -e /dev/snd ]]; then
|
||||
exec apulse firefox
|
||||
exec apulse firefox "$@"
|
||||
else
|
||||
exec firefox
|
||||
exec firefox "$@"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user