Skip to content
Snippets Groups Projects

director-cli: check http status instead of existcode on object creation

Merged Hahn Axel (hahn) requested to merge director-cli-errorcode into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -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
Loading