Przeglądaj źródła

fix(ts3): regression from #3283 (#3369)

Christian 5 lat temu
rodzic
commit
06e348a2b6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lgsm/functions/update_ts3.sh

+ 1 - 1
lgsm/functions/update_ts3.sh

@@ -103,7 +103,7 @@ fn_update_ts3_localbuild(){
 
 fn_update_ts3_remotebuild(){
 	# Gets remote build info.
-	if [ "${ts3arch}" == "x86_64" ]; then
+	if [ "${ts3arch}" == "amd64" ]; then
 		remotebuild=$(curl -s "https://www.teamspeak.com/versions/server.json" | jq -r '.linux.x86_64.version')
 	elif [ "${ts3arch}" == "x86" ]; then
 		remotebuild=$(curl -s "https://www.teamspeak.com/versions/server.json" | jq -r '.linux.x86.version')