Skip to content
Snippets Groups Projects
Commit 50f51cac authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '6722-syntaxerror-exort' into 'master'

dns-reponse-time: fix syntax error

See merge request !189
parents 27cb77bf 5224cfb1
No related branches found
No related tags found
1 merge request!189dns-reponse-time: fix syntax error
...@@ -12,12 +12,13 @@ ...@@ -12,12 +12,13 @@
# check result depends on 1st nameserver only # check result depends on 1st nameserver only
# 2022-10-24 v1.2 <axel.hahn@unibe.ch> shell fixes; remove pipe char in output # 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-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 . $( dirname $0 )/inc_pluginfunctions
exort self_APPVERSION=1.3 export self_APPVERSION=1.4
tmpfile=/tmp/check_netstat_out_$$ tmpfile=/tmp/check_netstat_out_$$
infofile=/tmp/check_netstat_out_2_$$ infofile=/tmp/check_netstat_out_2_$$
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
______________________________________________________________________ ______________________________________________________________________
CHECK_DNS_RESPONSETIME CHECK_DNS_RESPONSETIME
v1.3 v1.4
(c) Institute for Medical Education - University of Bern (c) Institute for Medical Education - University of Bern
Licence: GNU GPL 3 Licence: GNU GPL 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment