Reinhard Russinger 4 年之前
父节点
当前提交
ed96848b51
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 二进制
      board/GfA/Display001/rootfs/var/GfA/Display_GSM
  2. 1 1
      board/GfA/Display001/rootfs/var/GfA/pppd.sh

二进制
board/GfA/Display001/rootfs/var/GfA/Display_GSM


+ 1 - 1
board/GfA/Display001/rootfs/var/GfA/pppd.sh

@@ -11,7 +11,7 @@ PPPD_RETVAL=$?
 echo "PPPD: Retval = $PPPD_RETVAL"
 echo `date`"--PPPD: Retval = $PPPD_RETVAL" >> $VENDOR_PATH/pppd_retval.log
 
-f if [ $PPPD_RETVAL != 0 ] && [ $PPPD_RETVAL != 1 ] && [ $PPPD_RETVAL != 6 ];then
+if if [ $PPPD_RETVAL != 0 ] && [ $PPPD_RETVAL != 1 ] && [ $PPPD_RETVAL != 6 ];then
 	echo "Modem Err $PPPD_RETVAL"
 	$VENDOR_PATH/gsm_MSQ "*AT+cfun=1,1"
 fi