mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-12 05:39:22 +02:00
provision: fix cl.install.sh syntax
This commit is contained in:
parent
18e75b7237
commit
817a09abd5
@ -298,10 +298,10 @@ else
|
||||
fi
|
||||
|
||||
# LND binary install
|
||||
if [ "${lightning}" == "cl" ] || [ "${cl}" == "on" ] || [ "${tcl}" == "on" ] || [ "${scl}" == "on" ]; then
|
||||
if [ "${lightning}" == "cl" ] || [ "${cl}" == "on" ] || [ "${tcl}" == "on" ] || [ "${scl}" == "on" ]; then
|
||||
# if already installed by fatpack will skip
|
||||
echo "Provisioning C-Lightning Binary - run config script" >> ${logFile}
|
||||
/home/admin/config.scripts/cl.install.sh on install >> ${logFile} 2>&1
|
||||
/home/admin/config.scripts/cl.install.sh install >> ${logFile} 2>&1
|
||||
else
|
||||
echo "Provisioning C-Lightning Binary - not active" >> ${logFile}
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user