mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
* bats: lock/unlock instance data; replace openssl w/ cfssl; update dep list * concat pem without openssl :-/ * unused/unreachable code * lint * redundant {} (shellharden)
8 lines
212 B
Bash
Executable file
8 lines
212 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# shellcheck disable=SC1007
|
|
THIS_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
|
# shellcheck disable=SC1091
|
|
. "${THIS_DIR}/.environment.sh"
|
|
|
|
yq e 'del(.api.server.online_client)' -i "$CONFIG_YAML"
|