Reinhard Russinger преди 4 години
родител
ревизия
ed96848b51
променени са 2 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. BIN
      board/GfA/Display001/rootfs/var/GfA/Display_GSM
  2. 1 1
      board/GfA/Display001/rootfs/var/GfA/pppd.sh

BIN
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