fix sinusbot

This commit is contained in:
Quinten
2024-04-04 09:03:05 +02:00
parent d7f798c383
commit b442252652
2 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ cd /home/container
INTERNAL_IP=$(ip route get 1 | awk '{print $(NF-2);exit}')
export INTERNAL_IP
# PipX PATH fix
export PATH=$PATH:/root/.local/bin
# Replace Startup Variables
MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')`
echo ":/home/container$ ${MODIFIED_STARTUP}"