#!/bin/bash
# wrapper script to start/stop bconsole for each individual test
#shellcheck source=../environment.in
. ./environment

"${BAREOS_BCONSOLE_BINARY}" -c "${conf}" "$@"
