Fix file presence operator (thanks to @sjwilks)

This commit is contained in:
Lorenz Meier
2015-08-06 09:38:15 +02:00
parent e2c657ede0
commit 003a3b0b36

View File

@@ -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