mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00: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