From 23271a9be11334f7e29b6cd7f5593e19b8f76517 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Fri, 18 Feb 2022 14:43:50 +0100 Subject: [PATCH] load config again... ahem --- icinga-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icinga-cli.sh b/icinga-cli.sh index 7081f12..1db04e0 100755 --- a/icinga-cli.sh +++ b/icinga-cli.sh @@ -24,7 +24,7 @@ _copyright='(c) 2020 Institute for Medical Education * University of Bern' typeset -i debug=0 # source config ... -# . "$( dirname $0 )/inc_getconfig.sh" +. "$( dirname $0 )/inc_getconfig.sh" -- GitLab