Skip to content

Commit

Permalink
cncli.sh cncliInit function call test_koios function like CNTools
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorBenson committed Aug 29, 2024
1 parent 1bc41b7 commit 33f626e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/cnode-helper-scripts/cncli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 33f626e

Please sign in to comment.