Compared files  

Left
/fw/dreame.vacuum.p2041/4.1.2_1041/xout/_root/etc/init.d/play_boot_music.sh
Last modified2020-09-29 16:43:14
Size689 Bytes (35 Lines)
EncodingLatin 1 - ANSI (CP1252) default
Right
/fw/dreame.vacuum.p2041/4.1.2_1051/xout/_root/etc/init.d/play_boot_music.sh
Last modified2020-11-04 14:13:54
Size808 Bytes (40 Lines)
EncodingLatin 1 - ANSI (CP1252) default


   Comparison Statistics  

Detailed Statistics

All Changes
 BlocksLines
Unchanged527
Inserted19
Deleted00
Ignored00
Changed312




   Comparison Details  

1 1 #!/bin/sh
2 2 source /usr/bin/config
3 3  
  4 if [ -f ${QUIET_START_MARK} ]; then
  5     rm -f ${QUIET_START_MARK}
  6     if [ -e ${START_REMIND_MARK} ]; then
  7         rm -rf ${START_REMIND_MARK}
  8     fi
  9     sync
  10     exit 0
  11 fi
  12  
4 13 if [ ! -f ${OTA_MARK_BACKUP} ];then
5     if [ -e ${START_REMIND_MARK} ]; then 14     if [ -e ${START_REMIND_MARK} ]; then
6 15         rm -rf ${START_REMIND_MARK} && sync
7             16  
8         RET="ZH" 17         RET="ZH"
9    
10 18         if [ -f ${MEDIA_LANGUAGE_IN_USE_PATH} ];then
11 19         RET=`cat ${MEDIA_LANGUAGE_IN_USE_PATH}`
12 20         elif [ -f ${DEF_LANGUAGE} ];then
14 skipped lines
27 35         wait
28 36         rm -f /tmp/0.wav
29 37         fi
30           
31            
32        
33     fi 38     fi
34 39 fi
35 40  

   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