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