fixed graph

This commit is contained in:
netkiller
2016-11-22 17:30:16 +08:00
parent a77848fc66
commit 4ef5f41351
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
HOST="localhost"
PORT="80"
function check {
function check() {
/sbin/pidof nginx | wc -l
}