From 5224cfb1a361dba15f23819f58fea934a94b3353 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Fri, 13 Oct 2023 10:23:43 +0200
Subject: [PATCH] dns-reponse-time: fix syntax error

---
 check_dns_responsetime                   | 3 ++-
 docs/20_Checks/check_dns_responsetime.md | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/check_dns_responsetime b/check_dns_responsetime
index 0b73b9d..d38b4d9 100755
--- a/check_dns_responsetime
+++ b/check_dns_responsetime
@@ -12,12 +12,13 @@
 #                                             check result depends on 1st nameserver only
 # 2022-10-24  v1.2  <axel.hahn@unibe.ch>      shell fixes; remove pipe char in output
 # 2023-07-27  v1.3  <axel.hahn@unibe.ch>      shell fixes; add help page
+# 2023-10-13  v1.4  <axel.hahn@unibe.ch>      fix syntax error in export
 # ======================================================================
 
 
 . $( dirname $0 )/inc_pluginfunctions
 
-exort self_APPVERSION=1.3
+export self_APPVERSION=1.4
 
 tmpfile=/tmp/check_netstat_out_$$
 infofile=/tmp/check_netstat_out_2_$$
diff --git a/docs/20_Checks/check_dns_responsetime.md b/docs/20_Checks/check_dns_responsetime.md
index 438566e..bf25cd5 100644
--- a/docs/20_Checks/check_dns_responsetime.md
+++ b/docs/20_Checks/check_dns_responsetime.md
@@ -14,7 +14,7 @@
 ______________________________________________________________________
 
 CHECK_DNS_RESPONSETIME 
-v1.3
+v1.4
 
 (c) Institute for Medical Education - University of Bern
 Licence: GNU GPL 3
-- 
GitLab