mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-03 17:37:04 +01:00
fix continue setup
This commit is contained in:
parent
178429eb12
commit
2e37ee7def
2 changed files with 1 additions and 7 deletions
|
@ -200,12 +200,6 @@ if [ ${setupStep} -eq 0 ]; then
|
||||||
|
|
||||||
elif [ ${setupStep} -lt 100 ]; then
|
elif [ ${setupStep} -lt 100 ]; then
|
||||||
|
|
||||||
# see function above
|
|
||||||
if [ ${setupStep} -lt 80 ]; then
|
|
||||||
./70initLND.sh
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
# see function above
|
# see function above
|
||||||
if [ ${setupStep} -gt 59 ]; then
|
if [ ${setupStep} -gt 59 ]; then
|
||||||
waitUntilChainNetworkIsReady
|
waitUntilChainNetworkIsReady
|
||||||
|
|
|
@ -236,6 +236,6 @@ if [ ${formatExt4OK} -eq 1 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# the HDD had no init yet
|
# the HDD had no init yet
|
||||||
echo "HDD needs init"
|
echo "init HDD ..."
|
||||||
./30initHDD.sh
|
./30initHDD.sh
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue