do not try to print the cargo version as it is not installed

This commit is contained in:
Quinten
2022-10-05 20:24:32 +02:00
parent c4c273461c
commit 6cafe12193

View File

@@ -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'))