Skip to content

Commit

Permalink
Print mumble server version
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored Mar 6, 2024
1 parent 7aee391 commit 4a27d28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion voice/mumble/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ cd /home/container
INTERNAL_IP=$(ip route get 1 | awk '{print $(NF-2);exit}')
export INTERNAL_IP

# Print the Muble server version
mumble-server --version

# Replace Startup Variables
MODIFIED_STARTUP=$(echo -e $(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g'))
echo -e ":/home/container$ ${MODIFIED_STARTUP}"

# Run the Server
eval ${MODIFIED_STARTUP}
eval ${MODIFIED_STARTUP}

0 comments on commit 4a27d28

Please sign in to comment.