Merge pull request #13 from rootzoll/dev

Dev update from rootzoll
This commit is contained in:
bluecell296
2019-02-06 10:10:29 +00:00
committed by GitHub
11 changed files with 120 additions and 123 deletions

View File

@@ -200,10 +200,16 @@ if [ ${setupStep} -eq 0 ]; then
elif [ ${setupStep} -lt 100 ]; then
# see function above
if [ ${setupStep} -lt 80 ]; then
./70initLND.sh
exit 0
fi
# see function above
if [ ${setupStep} -gt 59 ]; then
waitUntilChainNetworkIsReady
fi
fi
# continue setup
BACKTITLE="${hostname} / ${network} / ${chain}"

View File

@@ -1,7 +1,7 @@
#!/bin/bash
source /home/admin/raspiblitz.info
source /mnt/hdd/raspiblitz.conf
source /mnt/hdd/raspiblitz.conf
### USER PI AUTOSTART (LCD Display)
localip=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')