Browse Source

allow continue on ssh break

master
Christian Rotzoll 6 years ago
parent
commit
37069cd0f1
  1. 5
      home.admin/00raspiblitz.sh

5
home.admin/00raspiblitz.sh

@ -305,11 +305,6 @@ if [ ${setupStep} -eq 0 ]; then
elif [ ${setupStep} -lt 100 ]; then
# see function above
if [ ${setupStep} -gt 59 ]; then
waitUntilChainNetworkIsReady
fi
# continue setup
BACKTITLE="${hostname} / ${network} / ${chain}"
TITLE="⚡ Welcome to your RaspiBlitz ⚡"

Loading…
Cancel
Save