mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
controller: implement enhanced image name format support
This commit is contained in:
@ -1,12 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [ -z "${RUST_LOG}" ]
|
||||
then
|
||||
RUST_LOG="INFO"
|
||||
fi
|
||||
|
||||
REAL_SCRIPT="$(realpath "${0}")"
|
||||
cd "$(dirname "${REAL_SCRIPT}")/.."
|
||||
cargo build --target x86_64-unknown-linux-gnu --bin kratanet
|
||||
exec sudo RUST_LOG="${RUST_LOG}" target/x86_64-unknown-linux-gnu/debug/kratanet "${@}"
|
||||
# shellcheck source-path=krata-debug-common.sh
|
||||
. "$(dirname "${REAL_SCRIPT}")/krata-debug-common.sh"
|
||||
|
||||
build_and_run kratanet "${@}"
|
||||
|
Reference in New Issue
Block a user