From 229d509b15c35f9ab86c76352173db142ef742e1 Mon Sep 17 00:00:00 2001 From: devbeni Date: Mon, 15 Sep 2025 18:06:27 +0200 Subject: [PATCH] Update rust/entrypoint.sh --- rust/entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/rust/entrypoint.sh b/rust/entrypoint.sh index 584a87d..873d3c1 100644 --- a/rust/entrypoint.sh +++ b/rust/entrypoint.sh @@ -5,8 +5,6 @@ cd /home/container INTERNAL_IP=$(ip route get 1 | awk '{print $(NF-2);exit}') export INTERNAL_IP -. "$HOME/.cargo/env" - cargo --version # Replace Startup Variables