#1132 make backwards compatible install

This commit is contained in:
rootzoll
2020-04-23 11:19:28 +02:00
parent c07fa5ac64
commit 2b6532a9c1

View File

@@ -351,7 +351,7 @@ else
fi
# LNbits
if [ "${LNbits}" = "on" ]; then
if [ "${LNbits}" = "on" ] || [ "${LNBits}" = "on" ]; then
echo "Provisioning LNbits - run config script" >> ${logFile}
sudo sed -i "s/^message=.*/message='Setup LNbits '/g" ${infoFile}
sudo -u admin /home/admin/config.scripts/bonus.lnbits.sh on >> ${logFile} 2>&1