Compared files  

Left
/fw/dreame.vacuum.p2041o/4.1.2_1107/xout/_root/usr/bin/wifi_conf_monitor.sh
Last modified2021-04-23 02:08:44
Size915 Bytes (41 Lines)
EncodingLatin 1 - ANSI (CP1252) default
Right
/fw/dreame.vacuum.p2041/4.3.2_1108/xout/_root/usr/bin/wifi_conf_monitor.sh
Last modified2021-09-03 08:43:04
Size897 Bytes (41 Lines)
EncodingLatin 1 - ANSI (CP1252) default


   Comparison Statistics  

Detailed Statistics

All Changes
 BlocksLines
Unchanged339
Inserted00
Deleted00
Ignored00
Changed24




   Comparison Details  

15 skipped lines
16 16 do
17 17     echo `date` "cnt=$cnt sleep 30s" >> ${WIFI_CONFIG_LOG}
18 18     sleep ${WAIT_INTERVAL}
19     WPA_STATE=`wpa_cli -i wlan0 status | grep wpa_state | cut -d '=' -f 2` 19     WPA_STATE=`wpa_cli status | grep wpa_state | cut -d '=' -f 2`
20 20     if [ "${WPA_STATE}" != "COMPLETED" ]; then
21 21         if [ -n "${PSK}" ]; then
22 22             wifi_cli "${SSID}" "${PSK}"
1 skipped line
24 24             wifi_cli "${SSID}"
25 25         fi
26 26     else
27         SSID2=`wpa_cli -i wlan0 status | grep -w ssid | cut -d '=' -f 2` 27         SSID2=`wpa_cli status | grep -w ssid | cut -d '=' -f 2`
28 28         if [ "${SSID2}" != "${SSID}" ]; then
29 29             if [ -n "${PSK}" ]; then
30 30                 wifi_cli "${SSID}" "${PSK}"
11 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