refactor: add error handling to status-check.sh script

This commit is contained in:
Nawaz Dhandala
2026-03-06 08:08:50 +00:00
parent f974e85ee3
commit b177d9c5f3

View File

@@ -1,5 +1,7 @@
#!/bin/bash
set -e
scriptDir=$(dirname -- "$(readlink -f -- "$BASH_SOURCE")")
HOST_TO_CHECK="$1"