From a9d94a6e08129b42f4d6ec78d6e84853bf6e0372 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 26 Mar 2024 16:29:02 +0100 Subject: [PATCH] set comment; update version --- director-cli.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/director-cli.sh b/director-cli.sh index 690f5e1..f840ef8 100755 --- a/director-cli.sh +++ b/director-cli.sh @@ -23,10 +23,11 @@ # 2023-10-25 v0.8 ah generate json with "jo"; optimze http requests on services; parallel service function call # 2023-11-02 v0.9 ah fix json genration for multiple ports # 2023-11-03 v0.10 ah fix json key for service link +# 2024-03-26 v0.11 ah on service creation: use http status code instead of exitcode # ====================================================================== -_version="0.10" +_version="0.11" which curl >/dev/null || exit 1 which jo >/dev/null || exit 1 -- GitLab