mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-06-03 07:52:35 +02:00
add localip info
This commit is contained in:
parent
e062c8f74f
commit
eae63dc3b6
@ -100,7 +100,7 @@ while :
|
|||||||
l1="Waiting for Internet ...\n"
|
l1="Waiting for Internet ...\n"
|
||||||
l2="Local Network seems OK but no Internet.\n"
|
l2="Local Network seems OK but no Internet.\n"
|
||||||
l3="Is router still online?\n"
|
l3="Is router still online?\n"
|
||||||
dialog --backtitle "RaspiBlitz ${codeVersion}" --infobox "$l1$l2$l3" 5 45
|
dialog --backtitle "RaspiBlitz ${codeVersion} ${localip}" --infobox "$l1$l2$l3" 5 45
|
||||||
sleep 3
|
sleep 3
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user