update
Build and Push Teamspeak Images on Base Image Update / build-alpine (push) Successful in 16s
Build and Push Teamspeak Images on Base Image Update / build-debian (push) Successful in 23s
Build and Push Teamspeak Images on Base Image Update / build-basic (push) Successful in 21s
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
Build and Push Teamspeak Images on Base Image Update / build-alpine (push) Successful in 16s
Build and Push Teamspeak Images on Base Image Update / build-debian (push) Successful in 23s
Build and Push Teamspeak Images on Base Image Update / build-basic (push) Successful in 21s
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:
Vendored
+5
-4
@@ -10,7 +10,8 @@
|
||||
# echo "Latest server version from Teamspeak:$TS_VERSION."
|
||||
|
||||
: "${AUTO_UPDATE:=true}"
|
||||
AUTO_UPDATE=$(echo "$AUTO_UPDATE" | tr '[:upper:]' '[:lower:]')
|
||||
AUTO_UPDATE="${AUTO_UPDATE,,}"
|
||||
AUTO_UPDATE="${AUTO_UPDATE//[$'\r ']/}"
|
||||
|
||||
echo "DEBUG: Variable hex output is: $(echo -n "$AUTO_UPDATE" | xxd -p)"
|
||||
|
||||
@@ -21,10 +22,10 @@ if [ "$AUTO_UPDATE" = "true" ]; then
|
||||
CHANGELOG=/ts3server/CHANGELOG_$TS_VERSION
|
||||
echo "Latest server version from Teamspeak:$TS_VERSION."
|
||||
elif [ "$AUTO_UPDATE" = "false" ]; then
|
||||
echo "INFO ! The version you selected will be installed."
|
||||
echo "INFO ! The version you selected will be installed."
|
||||
else
|
||||
echo "ERROR ! AUTO_UPDATE must be set to true or false on first run"
|
||||
sleep infinity
|
||||
echo "ERROR ! AUTO_UPDATE must be set to true or false on first run"
|
||||
sleep infinity
|
||||
fi
|
||||
|
||||
TS_FILES=https://gitea.fithwum.tech/fithwum/teamspeak-server/raw/branch/main/files
|
||||
|
||||
Reference in New Issue
Block a user