<p><b>@wiz</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3997#discussion_r382905533">monitor/install_collectd_debian.sh</a>:</p>
<pre style='color:#555'>> @@ -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
</pre>
⬇️ Suggested change
<pre style="color: #555">-service bisq status >/dev/null 2>&1
+set +e
+service bisq status >/dev/null 2>&1
</pre>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3997?email_source=notifications&email_token=AJFFTNT4D6TZHWHNEGK24A3REECPTA5CNFSM4KZB4VH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCWRU33Q#pullrequestreview-363023854">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNXJ6ZB7ZUXFJO73JT3REECPTANCNFSM4KZB4VHQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNQ7YC65NMRF3C4ZFG3REECPTA5CNFSM4KZB4VH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCWRU33Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3997?email_source=notifications\u0026email_token=AJFFTNT4D6TZHWHNEGK24A3REECPTA5CNFSM4KZB4VH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCWRU33Q#pullrequestreview-363023854",
"url": "https://github.com/bisq-network/bisq/pull/3997?email_source=notifications\u0026email_token=AJFFTNT4D6TZHWHNEGK24A3REECPTA5CNFSM4KZB4VH2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCWRU33Q#pullrequestreview-363023854",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>