Fix oops.
This commit is contained in:
parent
b022b71a97
commit
02ed60cc14
1 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,7 @@ then
|
|||
if [[ "${THIS_DEVICE}" =~ ^VCS ]]
|
||||
then
|
||||
touch /storage/.config/modprobe.d/alsa-base.conf
|
||||
fi
|
||||
cat <<EOF >/storage/.config/asound.conf
|
||||
cat <<EOF >/storage/.config/asound.conf
|
||||
pcm.!default {
|
||||
type plug
|
||||
slave {
|
||||
|
@ -25,7 +24,8 @@ ctl.!default {
|
|||
card 0
|
||||
}
|
||||
EOF
|
||||
reboot
|
||||
reboot
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ ! -e "/storage/.config/asound.conf" ]
|
||||
|
|
Loading…
Reference in a new issue