this line can not set #!/bin/sh XD===#!/bin/shst1=`sudo fastboot devices`if [ -z "$st1" ]; then echo "no device" exit 1fi===#!/bin/shaaa="111"bbb="111"if [ "$aaa" = "$bbb" ] # space is mustthen echo okelse echo ngfi===#!/bin/shaaa="111"bbb="111"if [ -f "/etc/rc.local" ] # space is mustthen echo okelse echo ngfi