keep alt:v like it is, dotnet 5 is EOL

This commit is contained in:
Quinten
2024-04-04 09:29:00 +02:00
parent 6e7cd78e7c
commit bedebb972e
2 changed files with 4 additions and 11 deletions

View File

@@ -5,8 +5,6 @@ cd /home/container
INTERNAL_IP=$(ip route get 1 | awk '{print $(NF-2);exit}')
export INTERNAL_IP
export DOTNET_ROOT=/usr/share/
# Replace Startup Variables
MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')
echo -e ":/home/container$ ${MODIFIED_STARTUP}"