Browse Source

fix continue setup

dev
rootzoll 6 years ago
parent
commit
2e37ee7def
  1. 6
      home.admin/00mainMenu.sh
  2. 2
      home.admin/10setupBlitz.sh

6
home.admin/00mainMenu.sh

@ -200,12 +200,6 @@ 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

2
home.admin/10setupBlitz.sh

@ -236,6 +236,6 @@ if [ ${formatExt4OK} -eq 1 ]; then
fi
# the HDD had no init yet
echo "HDD needs init"
echo "init HDD ..."
./30initHDD.sh
exit 1

Loading…
Cancel
Save