From 33f626e8c6ff374062668ef85159c9f268e5e5c6 Mon Sep 17 00:00:00 2001 From: "Illuminatus [CCIO]" Date: Wed, 28 Aug 2024 22:29:52 -0700 Subject: [PATCH] cncli.sh cncliInit function call test_koios function like CNTools --- scripts/cnode-helper-scripts/cncli.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/cnode-helper-scripts/cncli.sh b/scripts/cnode-helper-scripts/cncli.sh index e3576c66e..6951675b8 100755 --- a/scripts/cnode-helper-scripts/cncli.sh +++ b/scripts/cnode-helper-scripts/cncli.sh @@ -210,7 +210,9 @@ cncliInit() { echo "sleeping for 10s and testing again..." sleep 10 done - + + test_koios + TMP_DIR="${TMP_DIR}/cncli" if ! mkdir -p "${TMP_DIR}" 2>/dev/null; then echo "ERROR: Failed to create directory for temporary files: ${TMP_DIR}"; exit 1; fi