This commit is contained in:
Jason Ertel
2024-10-29 12:28:24 -04:00
parent 11820a16f0
commit 3f3ac21f50

View File

@@ -171,7 +171,7 @@ function manage_client() {
note=$(echo "$request" | jq -r .note)
log "Performing client '$op' for client with name '$name', note '$note' and role '$role'"
response=$(so-client "$op" --name "$name" --note "$note" --role "$role" --raw)
webResponse=$resposne
webResponse=$response
exit_code=$?
;;
delete)