mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
exit 0 on cln menu
This commit is contained in:
parent
b906120e3d
commit
90d6f8ba54
1 changed files with 3 additions and 1 deletions
|
@ -87,7 +87,7 @@ case $CHOICE in
|
||||||
if [ ! -f /home/bitcoin/suez/suez ];then
|
if [ ! -f /home/bitcoin/suez/suez ];then
|
||||||
/home/admin/config.scripts/bonus.suez.sh on
|
/home/admin/config.scripts/bonus.suez.sh on
|
||||||
fi
|
fi
|
||||||
cd /home/bitcoin/suez || exit 1
|
cd /home/bitcoin/suez || exit 0
|
||||||
sudo -u bitcoin /home/bitcoin/.local/bin/poetry run ./suez \
|
sudo -u bitcoin /home/bitcoin/.local/bin/poetry run ./suez \
|
||||||
--client=c-lightning \
|
--client=c-lightning \
|
||||||
--client-args=--conf=/home/bitcoin/.lightning/${netprefix}config
|
--client-args=--conf=/home/bitcoin/.lightning/${netprefix}config
|
||||||
|
@ -111,3 +111,5 @@ case $CHOICE in
|
||||||
read key
|
read key
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
exit 0
|
Loading…
Add table
Reference in a new issue