mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 12:53:01 +02:00
debug
This commit is contained in:
@@ -69,7 +69,7 @@ CHOICE=$(dialog --clear \
|
|||||||
"${OPTIONS[@]}" \
|
"${OPTIONS[@]}" \
|
||||||
2>&1 >/dev/tty)
|
2>&1 >/dev/tty)
|
||||||
|
|
||||||
clear
|
#clear
|
||||||
case $CHOICE in
|
case $CHOICE in
|
||||||
CLOSE)
|
CLOSE)
|
||||||
exit 1;
|
exit 1;
|
||||||
|
@@ -262,9 +262,6 @@ To run a BACKUP of funds & channels first is recommended.
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "B"
|
|
||||||
read key
|
|
||||||
|
|
||||||
if [ ${#setupStep} -eq 0 ]; then
|
if [ ${#setupStep} -eq 0 ]; then
|
||||||
echo "WARN: no setup step found in raspiblitz.info"
|
echo "WARN: no setup step found in raspiblitz.info"
|
||||||
setupStep=0
|
setupStep=0
|
||||||
@@ -314,14 +311,12 @@ elif [ ${setupStep} -lt 100 ]; then
|
|||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
|
# when all is setup - forward to main menu
|
||||||
waitUntilChainNetworkIsReady
|
waitUntilChainNetworkIsReady
|
||||||
|
|
||||||
/home/admin/00mainMenu.sh
|
/home/admin/00mainMenu.sh
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
|
||||||
|
|
||||||
echo "A"
|
fi
|
||||||
read key
|
|
||||||
|
|
||||||
CHOICE=$(dialog --clear \
|
CHOICE=$(dialog --clear \
|
||||||
--backtitle "$BACKTITLE" \
|
--backtitle "$BACKTITLE" \
|
||||||
|
Reference in New Issue
Block a user