[bisq-network/bisq] Add pricenode one-command installer script, systemd service, README (#3997)

wiz notifications at github.com
Sat Feb 22 11:16:09 UTC 2020


wiz commented on this pull request.



> @@ -50,7 +52,10 @@ sudo -H -i -u "${ROOT_USER}" systemctl enable nginx.service
 sudo -H -i -u "${ROOT_USER}" systemctl enable collectd.service
 
 echo "[*] Restarting services"
-sudo -H -i -u "${ROOT_USER}" systemctl restart bisq.service
+service bisq status >/dev/null 2>&1

```suggestion
set +e
service bisq status >/dev/null 2>&1
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3997#pullrequestreview-363023854
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200222/2fd33d5f/attachment-0001.html>


More information about the bisq-github mailing list