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