Compared files  

Left
/fw/dreame.vacuum.p2041o/4.1.2_1107/xout/_root/ava/script/wifi_test.sh
Last modified2021-06-29 12:11:18
Size5.5 Kb (249 Lines)
EncodingUnicode 8 bits (UTF-8) - without signature autodetected
Right
/fw/dreame.vacuum.p2041/4.3.2_1108/xout/_root/ava/script/wifi_test.sh
Last modified2021-11-04 09:37:15
Size5.5 Kb (249 Lines)
EncodingUnicode 8 bits (UTF-8) - without signature autodetected


   Comparison Statistics  

Detailed Statistics

All Changes
 BlocksLines
Unchanged3247
Inserted00
Deleted00
Ignored00
Changed24




   Comparison Details  

20 skipped lines
21 21     do
22 22         PID_WPA=`pidof -o %PPID wpa_supplicant`
23 23         if [ -z "$PID_WPA" ]; then
24             /etc/init.d/wpa_supplicant.sh 24             /etc/init.d/wpa_supplicant.sh wifi_test
25 25             sleep 1
26 26         else
27 27             break
18 skipped lines
46 46     k=0
47 47     while [ $k -lt 3 ]
48 48     do
49         iw dev wlan0 scan | grep -B 8 -w "$SSID" > /tmp/iw.log 49         iw dev wlan0 scan | grep -B 8 -m 1 -w "$SSID" > /tmp/iw.log
50 50         ret=$?
51 51         if [ ${ret} -eq 0 ]
52 52         then
197 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