update
Build and Push Teamspeak Images on Base Image Update / build-alpine (push) Successful in 20s
Build and Push Teamspeak Images on Base Image Update / build-debian (push) Successful in 25s
Build and Push Teamspeak Images on Base Image Update / build-basic (push) Successful in 17s
Build and Push Teamspeak Images on Base Image Update / generate-build-info (push) Successful in 8s
Build and Push Teamspeak Images on Base Image Update / generate-changelogs (push) Successful in 7s

This commit is contained in:
2026-07-29 11:09:54 -07:00
parent c249cff2da
commit 5887020fc1
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -9,8 +9,6 @@ CHANGELOG=/ts3server/CHANGELOG_$TS_VERSION
: "${AUTO_UPDATE:=true}" : "${AUTO_UPDATE:=true}"
echo "DEBUG: Variable hex output is: $(echo -n "$AUTO_UPDATE" | xxd -p)"
if [ "$AUTO_UPDATE" = "true" ]; then if [ "$AUTO_UPDATE" = "true" ]; then
echo "INFO ! Teamspeak will auto update to the latest version." echo "INFO ! Teamspeak will auto update to the latest version."
echo "Checking server version from Teamspeak." echo "Checking server version from Teamspeak."
@@ -97,6 +95,6 @@ chmod +x /ts3server/ts3server
# Run. # Run.
echo " " echo " "
echo "INFO ! Starting Teanspeak server $TS_VERSION." echo "INFO ! Starting Teanspeak server $TS_VERSION."
exec /ts3server/ts3server_minimal_runscript.sh inifile=ts3server.ini exec /ts3server/ts3server_minimal_runscript.sh inifile=/ts3server/ts3server.ini
exit exit
+1 -3
View File
@@ -9,8 +9,6 @@ CHANGELOG=/ts3server/CHANGELOG_$TS_VERSION
: "${AUTO_UPDATE:=true}" : "${AUTO_UPDATE:=true}"
echo "DEBUG: Variable hex output is: $(echo -n "$AUTO_UPDATE" | xxd -p)"
if [ "$AUTO_UPDATE" = "true" ]; then if [ "$AUTO_UPDATE" = "true" ]; then
echo "INFO ! Teamspeak will auto update to the latest version." echo "INFO ! Teamspeak will auto update to the latest version."
echo "Checking server version from Teamspeak." echo "Checking server version from Teamspeak."
@@ -97,6 +95,6 @@ chmod +x /ts3server/ts3server
# Run teamspeak server. # Run teamspeak server.
echo " " echo " "
echo "INFO ! Starting Teamspeak server $TS_VERSION." echo "INFO ! Starting Teamspeak server $TS_VERSION."
exec /ts3server/ts3server_minimal_runscript.sh inifile=ts3server.ini exec /ts3server/ts3server_minimal_runscript.sh inifile=/ts3server/ts3server.ini
exit exit