Browse Source

fix missing network info

master
Christian Rotzoll 6 years ago
parent
commit
11f3bece29
  1. 1
      home.admin/00raspiblitz.sh

1
home.admin/00raspiblitz.sh

@ -134,6 +134,7 @@ runningRTL=$(sudo ls /etc/systemd/system/RTL.service 2>/dev/null | grep -c 'RTL.
# function to use later # function to use later
waitUntilChainNetworkIsReady() waitUntilChainNetworkIsReady()
{ {
source ${configFile}
echo "checking ${network}d - please wait .." echo "checking ${network}d - please wait .."
echo "can take longer if device was off or first time" echo "can take longer if device was off or first time"
while : while :

Loading…
Cancel
Save