From 4db367270b243ec60e9b2d53bca7e3e5fad37105 Mon Sep 17 00:00:00 2001 From: brouwerQ Date: Tue, 26 Apr 2022 18:12:15 +0200 Subject: [PATCH] Typo fix --- pingTipCheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pingTipCheck.sh b/pingTipCheck.sh index ee138bc..8b289c3 100644 --- a/pingTipCheck.sh +++ b/pingTipCheck.sh @@ -4,7 +4,7 @@ CARDANO_CLI_PATH= #Set the name which was used for Installing CNODE. - e.g. /home/YOUR-USERNAME/.cabal/bin/cardano-cli #Make sure to replace YOUR-USER -HEALTHCHECKS_PING_URL= #Copy and Paste the full Ping URL from Healthcheks.IO - e.g. https://hc-ping.com/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee +HEALTHCHECKS_PING_URL= #Copy and Paste the full Ping URL from Healthchecks.IO - e.g. https://hc-ping.com/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee ACCEPTED_TIP_DIFF=60 #How many seconds are OK before starting to not send OK signals to Healthcheks? ######################################