mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-04 12:05:04 +02:00
#1132 make backwards compatible install
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user