mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
fixed string compare
This commit is contained in:
@@ -32,7 +32,7 @@ while :
|
|||||||
dialog --backtitle "RaspiBlitz" --infobox "$l1$l2$l3" 5 30
|
dialog --backtitle "RaspiBlitz" --infobox "$l1$l2$l3" 5 30
|
||||||
sleep 3
|
sleep 3
|
||||||
|
|
||||||
elif [ ${localip:0:4} = "169." ]; then
|
elif [ "${localip:0:4}" = "169." ]; then
|
||||||
|
|
||||||
# waiting for IP in general
|
# waiting for IP in general
|
||||||
l1="Waiting for DHCP ...\n"
|
l1="Waiting for DHCP ...\n"
|
||||||
|
Reference in New Issue
Block a user