Skip to content

Commit

Permalink
k8s-health: add SCRIPT_NAME and SCRIPT_NAME_PRETTY
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Jul 1, 2024
1 parent 58fd5dc commit 104e847
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/kubernetes/k8s-health.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
###~ description: Check the health of the mono-k8s cluster
VERSION="1.5.0"

#shellcheck disable=SC2034
SCRIPT_NAME="k8s-health"
#shellcheck disable=SC2034
SCRIPT_NAME_PRETTY="K8s Health"

[[ "$1" == '-v' ]] || [[ "$1" == '--version' ]] && {
echo "$VERSION"
exit 0
Expand Down

0 comments on commit 104e847

Please sign in to comment.