mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
removed restart - not needed when rebbot
This commit is contained in:
@@ -38,7 +38,6 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||||||
# to prevent tls cer auth error
|
# to prevent tls cer auth error
|
||||||
echo "*** Modify lnd.conf ***"
|
echo "*** Modify lnd.conf ***"
|
||||||
sudo sed -i "s/^rpclisten=0.0.0.0:10009/#rpclisten=0.0.0.0:10009/g" /mnt/hdd/lnd/lnd.conf
|
sudo sed -i "s/^rpclisten=0.0.0.0:10009/#rpclisten=0.0.0.0:10009/g" /mnt/hdd/lnd/lnd.conf
|
||||||
sudo systemctl restart lnd
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# install latest nodejs
|
# install latest nodejs
|
||||||
|
|||||||
Reference in New Issue
Block a user