mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +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:
committed by
Jess Frazelle
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
|
||||
|
||||
Reference in New Issue
Block a user