Fix startup script
This commit is contained in:
parent
454414463c
commit
7a0a10bd97
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ fi
|
|||
LAST_AUDIO_DEVICE=$(set-audio get)
|
||||
if [[ "${LAST_AUDIO_DEVICE}" =~ ^Device.* ]]
|
||||
then
|
||||
set-audio "DEFAULT (SYSTEM PROVIDED)"
|
||||
set-audio set "DEFAULT (SYSTEM PROVIDED)"
|
||||
fi
|
||||
|
||||
if [ ! -e "/storage/.config/asound.conf" ]
|
||||
|
|
Loading…
Reference in a new issue