From 9c55f55dafcb7de65c9f2938aa878c24d4d88eb3 Mon Sep 17 00:00:00 2001 From: PavelZ Date: Mon, 18 Aug 2025 20:38:29 +0300 Subject: [PATCH] Add shebang --- check_domain.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/check_domain.sh b/check_domain.sh index a4e5c50..dd639d6 100755 --- a/check_domain.sh +++ b/check_domain.sh @@ -1,3 +1,4 @@ +#!/bin/bash # check_domain - v2.0.0 # Author: A. Stoyanov # GitHub: https://github.com/a-stoyanov/zabbix-domain-expiry @@ -1005,4 +1006,4 @@ if [ $expdays -ge 0 ]; then fi die "$STATE_CRITICAL" "State: CRITICAL ; Days since expired: ${expdays#-} ; Expire date: $expdate" -exit 0 \ No newline at end of file +exit 0