Compared files  

Left
/fw/dreame.vacuum.p2041/4.1.2_1041/xout/_root/usr/bin/check_silent_upgrade.sh
Last modified2020-09-29 16:43:14
Size3.1 Kb (115 Lines)
EncodingLatin 1 - ANSI (CP1252) default
Right
/fw/dreame.vacuum.p2041/4.1.2_1051/xout/_root/usr/bin/check_silent_upgrade.sh
Last modified2020-11-04 14:13:54
Size3.5 Kb (128 Lines)
EncodingLatin 1 - ANSI (CP1252) default


   Comparison Statistics  

Detailed Statistics

All Changes
 BlocksLines
Unchanged2115
Inserted113
Deleted00
Ignored00
Changed00




   Comparison Details  

39 skipped lines
40 40  
41 41     log  "rss=${rss_main}kB restart ava"
42 42  
  43     #if ava crash over 10 times during every system up, then reboot system
  44     if [ -f ${AVA_CRASH_COUNT} ]; then
  45         crash_cnt=`cat ${AVA_CRASH_COUNT}`
  46         if [ $crash_cnt -ge 10 ]; then
  47             touch ${QUIET_START_MARK}
  48             touch /tmp/restart_ava.mark
  49             killall -9 ava
  50             sync
  51             sleep 3
  52             reboot
  53             exit 0
  54         fi
  55     fi
43 56     touch /tmp/restart_ava.mark
44 57     sync
45 58     killall -9 ava
70 skipped lines

   Text comparison Options  

Syntax colouring language used: Shell
Match character case: yes.
Match line endings: no.
Match spaces

At start of lines: yes,
In middle of lines: yes,
At end of lines: yes.
Blank lines as empty lines: no.
Activate comparison algorithm
At word level: yes,
At character level: no.


   Legend  

Unchanged lineExample of unchanged line
Modified lineExample of modified line
Added lineExample of added line
Removed lineExample of removed line
Ignored lineExample of ignored line