fix suez CLN config path

This commit is contained in:
openoms
2021-08-24 11:34:05 +01:00
parent b7199c5797
commit 40f0711dcc

View File

@@ -85,10 +85,12 @@ 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 0 cd /home/bitcoin/suez || exit 0
sudo -u bitcoin /home/bitcoin/.local/bin/poetry run ./suez \ command="sudo -u bitcoin /home/bitcoin/.local/bin/poetry run ./suez --client=c-lightning --client-args=--conf=${CLNCONF}"
--client=c-lightning \ echo "# Running the command:"
--client-args=--conf=/home/bitcoin/.lightning/${netprefix}config echo "${command}"
echo
$command
echo echo
echo "Press ENTER to return to main menu." echo "Press ENTER to return to main menu."
read key read key