diff options
Diffstat (limited to 'statuspage/checks/jails.sh')
| -rwxr-xr-x | statuspage/checks/jails.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/statuspage/checks/jails.sh b/statuspage/checks/jails.sh index 71024cc..ccdf68e 100755 --- a/statuspage/checks/jails.sh +++ b/statuspage/checks/jails.sh @@ -36,6 +36,6 @@ jls -n name 2>/dev/null | sed -n 's/.*name=\([^ ]*\).*/\1/p' | while IFS= read - if [ -n "$ip" ]; then http_status=$(port_check "$ip" 80) - json_line "jails" " -> http :80" "" "$http_status" + json_line "jails" " → http :80" "" "$http_status" fi done |
