mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
fix
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
963d37174d
commit
32817f0a44
|
@ -1,3 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
[ -e /dev/snd ] && exec apulse firefox || exec firefox
|
||||
if [[ -e /dev/snd ]]; then
|
||||
exec apulse firefox
|
||||
else
|
||||
exec firefox
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user