mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 04:37:19 +02:00
fix syntax
This commit is contained in:
@@ -143,7 +143,7 @@ if [ "${lightning}" != "lnd" ]; then
|
||||
echo "Remove LND" >> ${logFile}
|
||||
sudo sed -i "s/^message=.*/message='Deactivate Lightning'/g" ${infoFile}
|
||||
sudo systemctl disable lnd
|
||||
sudo rm /etc/systemd/system/lnd.service
|
||||
sudo rm /etc/systemd/system/lnd.service 2>/dev/null
|
||||
sudo systemctl daemon-reload
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user