removed restart - not needed when rebbot

This commit is contained in:
rootzoll
2018-12-12 17:01:57 +01:00
parent 289880a4f0
commit ab6043ac12

View File

@@ -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