mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
allow continue on ssh break
This commit is contained in:
@@ -305,11 +305,6 @@ if [ ${setupStep} -eq 0 ]; then
|
|||||||
|
|
||||||
elif [ ${setupStep} -lt 100 ]; then
|
elif [ ${setupStep} -lt 100 ]; then
|
||||||
|
|
||||||
# see function above
|
|
||||||
if [ ${setupStep} -gt 59 ]; then
|
|
||||||
waitUntilChainNetworkIsReady
|
|
||||||
fi
|
|
||||||
|
|
||||||
# continue setup
|
# continue setup
|
||||||
BACKTITLE="${hostname} / ${network} / ${chain}"
|
BACKTITLE="${hostname} / ${network} / ${chain}"
|
||||||
TITLE="⚡ Welcome to your RaspiBlitz ⚡"
|
TITLE="⚡ Welcome to your RaspiBlitz ⚡"
|
||||||
|
Reference in New Issue
Block a user