fix small error in rc.fw_interface

This commit is contained in:
Thomas Gubler
2014-01-13 08:03:38 +01:00
parent 449ed058c3
commit 1008d0c383
+1 -1
View File
@@ -18,7 +18,7 @@ set MIXERSD /fs/microsd/etc/mixers/FMU_$FRAME_GEOMETRY.mix
#Use the mixer file from the sd-card if it exists
if [ -f $MIXERSD ]
then
set MIXER MIXERSD
set MIXER $MIXERSD
else
set MIXER /etc/mixers/FMU_$FRAME_GEOMETRY.mix
fi