background service #160

This commit is contained in:
rootzoll
2018-12-11 13:15:15 +01:00
parent 926390296d
commit 1966511a52
4 changed files with 116 additions and 3 deletions

View File

@@ -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