mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-24 04:35:39 +02: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
|
#!/bin/bash
|
||||||
|
|
||||||
[ -e /dev/snd ] && exec apulse firefox || exec firefox
|
if [[ -e /dev/snd ]]; then
|
||||||
|
exec apulse firefox
|
||||||
|
else
|
||||||
|
exec firefox
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user