request is not more needed for sinusbot

This commit is contained in:
Quinten
2024-04-04 09:21:48 +02:00
parent dc5dbddbcf
commit 315ee7cd14
2 changed files with 1 additions and 4 deletions

View File

@@ -5,8 +5,6 @@ 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')`