mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 12:36:27 +02:00
#1081 test exit to console
This commit is contained in:
@@ -225,6 +225,9 @@ case $CHOICE in
|
|||||||
;;
|
;;
|
||||||
REPAIR)
|
REPAIR)
|
||||||
/home/admin/98repairMenu.sh
|
/home/admin/98repairMenu.sh
|
||||||
|
if [ $? -eq 99 ]; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
PASSWORD)
|
PASSWORD)
|
||||||
sudo /home/admin/config.scripts/blitz.setpassword.sh
|
sudo /home/admin/config.scripts/blitz.setpassword.sh
|
||||||
|
@@ -57,7 +57,7 @@ copyHost()
|
|||||||
echo "- Your RaspiBlitz has now stopped LND and ${network}"
|
echo "- Your RaspiBlitz has now stopped LND and ${network}"
|
||||||
echo "- Run now the script given by the other RaspiBlitz in Terminal"
|
echo "- Run now the script given by the other RaspiBlitz in Terminal"
|
||||||
echo "- When you are done - Restart RaspiBlitz: sudo shutdown -r now"
|
echo "- When you are done - Restart RaspiBlitz: sudo shutdown -r now"
|
||||||
exit 1
|
exit 99
|
||||||
}
|
}
|
||||||
|
|
||||||
# Basic Options
|
# Basic Options
|
||||||
|
Reference in New Issue
Block a user