Skip to content

Commit 9cf73c8

Browse files
committed
update install and run agent scripts
1 parent dfbbab3 commit 9cf73c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/install_agent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ export RUSTUP_UPDATE_ROOT=https://mirrors.ustc.edu.cn/rust-static/rustup
5656

5757
sudo docker run --privileged --rm -i -v $(pwd):/DeepTrace 47.97.67.233:5000/deepshield/deeptrace bash -c \
5858
'cd /DeepTrace/agent &&
59-
cargo xtask build --release'
59+
cargo xtask build --profile release'

scripts/run_agent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -euo pipefail
33

44
cd ./agent
5-
./target/release/agent -f ./config/default.toml > /dev/null 2>&1 & disown
5+
RUST_LOG=info ./target/x86_64-unknown-linux-gnu/release/deeptrace -c config/deeptrace.toml > /dev/null 2>&1 & disown

0 commit comments

Comments
 (0)