We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b547ba commit 17213f8Copy full SHA for 17213f8
tools/gateway-report.sh
@@ -18,7 +18,7 @@ echo '<title>Pettycoin Gateway Status Page</title>'
18
echo '</head><body>'
19
echo '<h1>Pettycoin Gateway Status Page</h1>'
20
21
-if pidof pettycoin >/dev/null; then
+if pidof pettycoin-gateway >/dev/null; then
22
echo '<p>Gateway is active</p>'
23
else
24
echo '<p>Gateway is <b>DOWN</b></p>'
0 commit comments