Skip to content

Commit 06e348a

Browse files
h3o66dgibbs64
authored andcommitted
fix(ts3): regression from #3283 (#3369)
1 parent dd2ab39 commit 06e348a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/functions/update_ts3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fn_update_ts3_localbuild(){
103103

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

0 commit comments

Comments
 (0)