Enable built-in indexer tables and buddy
This commit is contained in:
13
run-buddy.sh
Normal file
13
run-buddy.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
ENV_EXPORT_FILE=${ENV_EXPORT_FILE:-/run/affine/runtime.env}
|
||||
|
||||
if [ -f "$ENV_EXPORT_FILE" ]; then
|
||||
set -a
|
||||
# shellcheck disable=SC1090
|
||||
source "$ENV_EXPORT_FILE"
|
||||
set +a
|
||||
fi
|
||||
|
||||
exec /usr/bin/manticore-buddy "$@"
|
||||
Reference in New Issue
Block a user