remove starting services

This commit is contained in:
Christian Rotzoll 2019-07-01 02:33:37 +02:00
parent 08de483aca
commit 0e5985a4bc

View File

@ -72,9 +72,7 @@ echo "OK - sync is activated"
if [ "${setupStep}" = "100" ]; then
# start servives
echo "starting services .."
sudo systemctl start ${network}d
sudo systemctl start lnd
echo "reboot needed: shutdown -r now"
else