mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
Fix file presence operator (thanks to @sjwilks)
This commit is contained in:
@@ -121,7 +121,7 @@ then
|
||||
then
|
||||
if fmu mode_pwm
|
||||
then
|
||||
if [ -f $OUTPUT_AUX_DEV ]
|
||||
if [ -e $OUTPUT_AUX_DEV ]
|
||||
then
|
||||
if mixer load $OUTPUT_AUX_DEV $MIXER_AUX_FILE
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user