mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
fixed syntax of auxiliary mixer file
This commit is contained in:
@@ -107,12 +107,12 @@ then
|
||||
|
||||
if [ -f $SDCARD_MIXERS_PATH/$MIXER_AUX.mix ]
|
||||
then
|
||||
set MIXER_AUX_FILE $SDCARD_MIXERS_PATH/$MIXER_AUX.mix
|
||||
set MIXER_AUX_FILE $SDCARD_MIXERS_PATH/$MIXER_AUX.aux.mix
|
||||
else
|
||||
|
||||
if [ -f /etc/mixers/$MIXER_AUX.mix ]
|
||||
if [ -f /etc/mixers/$MIXER_AUX.aux.mix ]
|
||||
then
|
||||
set MIXER_AUX_FILE /etc/mixers/$MIXER_AUX.mix
|
||||
set MIXER_AUX_FILE /etc/mixers/$MIXER_AUX.aux.mix
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user