Skip to content

Commit

Permalink
oh so THATS the problem, i KNEW it
Browse files Browse the repository at this point in the history
  • Loading branch information
Soapy7261 committed Nov 4, 2024
1 parent d813f89 commit 8aed5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lavalink/latest/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat

printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"

env ${PARSED}
echo "Exiting..."
exec env ${PARSED}
3 changes: 1 addition & 2 deletions lavalink/v3/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat

printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"

env ${PARSED}
echo "Exiting..."
exec env ${PARSED}

0 comments on commit 8aed5d1

Please sign in to comment.