mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 05:09:40 +02:00
fix var name
This commit is contained in:
parent
ba8f869187
commit
2c654419e1
@ -389,7 +389,7 @@ if [ "$1" = "prestart" ]; then
|
||||
chmod 600 /home/rtl/${systemdService}/RTL-Config.json
|
||||
|
||||
# LND changes of config
|
||||
if [ "${LNType}" == "lnd" ]; then
|
||||
if [ "${LNTYPE}" == "lnd" ]; then
|
||||
echo "# LND Config"
|
||||
cat /home/rtl/${systemdService}/RTL-Config.json | \
|
||||
jq ".port = \"${RTLHTTP}\"" | \
|
||||
@ -408,7 +408,7 @@ if [ "$1" = "prestart" ]; then
|
||||
|
||||
# C-Lightning changes of config
|
||||
# https://github.com/Ride-The-Lightning/RTL/blob/master/docs/C-Lightning-setup.md
|
||||
if [ "${LNType}" == "cln" ]; then
|
||||
if [ "${LNTYPE}" == "cln" ]; then
|
||||
echo "# CLN Config"
|
||||
cat /home/rtl/${systemdService}/RTL-Config.json | \
|
||||
jq ".port = \"${RTLHTTP}\"" | \
|
||||
|
Loading…
x
Reference in New Issue
Block a user