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

set comment; update version

parent ebdb49bb
No related branches found
No related tags found
1 merge request!39director-cli: check http status instead of existcode on object creation
This commit is part of merge request !39. Comments created here will be created in the context of that merge request.
...@@ -23,10 +23,11 @@ ...@@ -23,10 +23,11 @@
# 2023-10-25 v0.8 ah generate json with "jo"; optimze http requests on services; parallel service function call # 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-02 v0.9 ah fix json genration for multiple ports
# 2023-11-03 v0.10 ah fix json key for service link # 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 curl >/dev/null || exit 1
which jo >/dev/null || exit 1 which jo >/dev/null || exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment