From 16bb44b02ac1ab43552a6112488264ddf7def897 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Mon, 28 Aug 2023 17:31:23 +0200 Subject: [PATCH] remove unneeded line --- check_couchdb | 1 - 1 file changed, 1 deletion(-) diff --git a/check_couchdb b/check_couchdb index a829276..60254e0 100755 --- a/check_couchdb +++ b/check_couchdb @@ -81,7 +81,6 @@ case "${sMode}" in fi ph.status "Couchdb status (value in /_up is '$_status')" echo "Reponse: "; echo "${response}" | jq - _status=$( jq '.status' <<< "${response}" | tr -d '"') ;; *) echo "ERRROR: [${sMode}] is an INVALID mode" -- GitLab