From f8a37dd1b96325295636d04e63cd82f0ad4150b3 Mon Sep 17 00:00:00 2001 From: wxx9248 Date: Sun, 6 Aug 2023 12:21:48 -0400 Subject: [PATCH] Quick bug fix --- healthcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthcheck.sh b/healthcheck.sh index 3915200..5918f69 100755 --- a/healthcheck.sh +++ b/healthcheck.sh @@ -1,2 +1,2 @@ #!/bin/bash -$(zerotier-cli status) || exit 1 +zerotier-cli status || exit 1