From fd40ba31a19b412722e53c4d1487c63f2bc2aaee Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 3 Jun 2022 20:39:42 +0200 Subject: [PATCH] Added working_directory. Remove fifo and fifo_dir. --- UpdateController.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/UpdateController.conf b/UpdateController.conf index c417bf2..9de6a1e 100644 --- a/UpdateController.conf +++ b/UpdateController.conf @@ -1,11 +1,10 @@ { - "fifo_dir" : "/tmp", - "fifo" : "update_controller_fifo", - "workspace" : "workspace", "GIT_SSL_NO_VERIFY" : true, + "working_directory" : ".", + "workspace_dir" : "workspace", + "customer_location" : "szeged", "customer_id" : "281", "zone_group" : "1", "zone" : "1", - "customer_location" : "szeged", "repository_path" : "https://git.mimbach49.de/GerhardHoffmann" }