mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-24 18:03:10 +01:00
connect
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user