From 63889bac75835c158e6a667ced25f3c5239f035b Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Thu, 2 Nov 2023 12:47:06 +0100 Subject: [PATCH] remove config handler in director cli --- director-cli.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/director-cli.sh b/director-cli.sh index 3b62dfd..bc10d3d 100755 --- a/director-cli.sh +++ b/director-cli.sh @@ -74,8 +74,6 @@ hostDefaultgroups="groups[]=iml groups[]=iml-server" MY_IP=$(_getIpFrontend | head -1) MY_ZONE= fi - # ch="`dirname $0`/inc/confighandler.sh" - ch="./inc/confighandler.sh" } function flushDatadir(){ -- GitLab