Update rust/entrypoint.sh
Some checks failed
build rust / yolks:rust_latest (push) Has been cancelled
build rust / yolks:rust_1.56 (push) Has been cancelled
build rust / yolks:rust_1.60 (push) Has been cancelled

This commit is contained in:
2025-09-15 18:06:27 +02:00
parent e2cb914bfa
commit 229d509b15

View File

@@ -5,8 +5,6 @@ cd /home/container
INTERNAL_IP=$(ip route get 1 | awk '{print $(NF-2);exit}') INTERNAL_IP=$(ip route get 1 | awk '{print $(NF-2);exit}')
export INTERNAL_IP export INTERNAL_IP
. "$HOME/.cargo/env"
cargo --version cargo --version
# Replace Startup Variables # Replace Startup Variables