mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-13 22:29:20 +02:00
enable RTL after recover dialog
This commit is contained in:
parent
c4f9eb8326
commit
77c11fb4cc
@ -51,6 +51,9 @@ Write them down & store them in a safe place.
|
||||
sudo systemctl daemon-reload
|
||||
sudo systemctl enable lnd.service
|
||||
sudo systemctl enable ${network}d.service
|
||||
if [ "${rtlWebinterface}" = "on" ]; then
|
||||
sudo systemctl enable RTL
|
||||
fi
|
||||
|
||||
# remove flag that freshly recovered
|
||||
sudo rm /home/admin/raspiblitz.recover.info
|
||||
|
@ -122,6 +122,7 @@ if [ "${rtlWebinterface}" = "on" ]; then
|
||||
echo "Provisioning RTL - run config script" >> ${logFile}
|
||||
sudo sed -i "s/^message=.*/message='Setup RTL (takes time)'/g" ${infoFile}
|
||||
sudo /home/admin/config.scripts/bonus.rtl.sh on >> ${logFile} 2>&1
|
||||
sudo systemctl disable RTL # will get enabled after recover dialog
|
||||
else
|
||||
echo "Provisioning RTL - keep default" >> ${logFile}
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user