From 6cafe1219376d3b0750f58f821f959250d6cc86d Mon Sep 17 00:00:00 2001 From: Quinten Date: Wed, 5 Oct 2022 20:24:32 +0200 Subject: [PATCH] do not try to print the cargo version as it is not installed --- voice/mumble/entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/voice/mumble/entrypoint.sh b/voice/mumble/entrypoint.sh index 4b50be7..bbafa01 100644 --- a/voice/mumble/entrypoint.sh +++ b/voice/mumble/entrypoint.sh @@ -5,8 +5,6 @@ cd /home/container INTERNAL_IP=$(ip route get 1 | awk '{print $(NF-2);exit}') export INTERNAL_IP -# Print current Rust version -cargo --version # Replace Startup Variables MODIFIED_STARTUP=$(echo -e $(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g'))