From 602e9c87062409955c122631d273c6aae50331ca Mon Sep 17 00:00:00 2001 From: Thomas Gubler Date: Thu, 6 Mar 2014 23:11:13 +0100 Subject: fix if in rc.interface --- ROMFS/px4fmu_common/init.d/rc.interface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROMFS/px4fmu_common/init.d/rc.interface b/ROMFS/px4fmu_common/init.d/rc.interface index afe71460d..7f793b219 100644 --- a/ROMFS/px4fmu_common/init.d/rc.interface +++ b/ROMFS/px4fmu_common/init.d/rc.interface @@ -3,7 +3,7 @@ # Script to configure control interface # -if [ $MIXER != none -a $MIXER != skip] +if [ $MIXER != none -a $MIXER != skip ] then # # Load mixer -- cgit v1.2.3