diff --git a/archive/jsonController.sh b/archive/jsonController.sh index 2dda0155..9c9ce423 100644 --- a/archive/jsonController.sh +++ b/archive/jsonController.sh @@ -163,6 +163,8 @@ function printAllConfig(){ function getValueByAttribute(){ local instanceName=$1 local attribute=$2 + echo "instanceName: $instanceName" + echo "attribute: $attribute" local backet=$(getBucketByBucketKey "$(getConfigAsJson)" $instanceName) echo "backet: $backet" local keyName=$(echo "$backet" | \