mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 09:57:17 +01:00
background service #160
This commit is contained in:
@@ -45,7 +45,7 @@ while :
|
||||
if [ "${localip:0:4}" = "169." ]; then
|
||||
l1="Waiting for DHCP ...\n"
|
||||
l2="Not able to get local IP.\n"
|
||||
l3="Is Router working?\n"
|
||||
l3="Will try reboot every 5min.\n"
|
||||
dialog --backtitle "RaspiBlitz (${localip})" --infobox "$l1$l2$l3" 5 30
|
||||
sleep 3
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user