dockerfiles/firefox/entrypoint.sh

8 lines
83 B
Bash
Raw Normal View History

#!/bin/bash
if [[ -e /dev/snd ]]; then
exec apulse firefox
else
exec firefox
fi