update mumble (#303)

* update mumble

mumble now ships their own docker image
updating ours to be based on that.

* update entrypoint

uses the mumble executable to print the current version
This commit is contained in:
Michael (Parker) Parker
2025-05-24 09:12:07 -04:00
committed by GitHub
parent d4ef3db57e
commit 05bb2e03f8
3 changed files with 4 additions and 178 deletions

View File

@@ -6,8 +6,7 @@ INTERNAL_IP=$(ip route get 1 | awk '{print $(NF-2);exit}')
export INTERNAL_IP
# Print the Muble server version
echo -e "Mumble release version:"
cat /usr/local/share/mumble/latest_tag.txt
/usr/bin/mumble-server --version
# Replace Startup Variables
MODIFIED_STARTUP=$(echo -e $(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g'))