fixed getpublicip script

This commit is contained in:
rootzoll
2018-08-07 14:03:59 +02:00
parent b50668b1df
commit 7f7e9d63d1
4 changed files with 6 additions and 4 deletions

View File

@@ -40,6 +40,8 @@ if [ ${mountOK} -eq 1 ]; then
echo "*** Start ${network} ***"
echo "This can take a while .."
sudo cp /home/admin/assets/${network}d.service /etc/systemd/system/${network}d.service
sudo chmod +x /etc/systemd/system/${network}d.service
sudo systemctl daemon-reload
sudo systemctl enable ${network}d.service
sudo systemctl start ${network}d.service
echo "Giving ${network}d service 180 seconds to init - please wait ..."