mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 12:10:33 +02:00
exit 0 on cln menu
This commit is contained in:
@@ -87,7 +87,7 @@ case $CHOICE in
|
||||
if [ ! -f /home/bitcoin/suez/suez ];then
|
||||
/home/admin/config.scripts/bonus.suez.sh on
|
||||
fi
|
||||
cd /home/bitcoin/suez || exit 1
|
||||
cd /home/bitcoin/suez || exit 0
|
||||
sudo -u bitcoin /home/bitcoin/.local/bin/poetry run ./suez \
|
||||
--client=c-lightning \
|
||||
--client-args=--conf=/home/bitcoin/.lightning/${netprefix}config
|
||||
@@ -111,3 +111,5 @@ case $CHOICE in
|
||||
read key
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user