Browse Source

Merge pull request #39 from bitwarden/EC-334/update-run.sh-search-command

EC-334-update-run.sh-grep-command
pull/44/head
aj-bw 3 years ago committed by GitHub
parent
commit
9d52de1d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      run.sh

2
run.sh

@ -195,7 +195,7 @@ function updateDatabase() { @@ -195,7 +195,7 @@ function updateDatabase() {
}
function updatebw() {
KEY_CONNECTOR_ENABLED=$(grep -A3 'enable_key_connector:' $OUTPUT_DIR/config.yml | tail -n1 | awk '{ print $2}')
KEY_CONNECTOR_ENABLED=$(grep 'enable_key_connector:' $OUTPUT_DIR/config.yml | awk '{ print $2}')
CORE_ID=$($dccmd ps -q admin)
WEB_ID=$($dccmd ps -q web)
if [ "$KEY_CONNECTOR_ENABLED" = true ];

Loading…
Cancel
Save