X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=server%2Fserver_linux.sh;h=d45ae168d5ca5e70b465170000ac7f1837395d54;hp=feda43b3651fdd0e0400763cffee0ca9185af096;hb=c74ac8ba7462328db420aea437ec1f978fbfd739;hpb=2ec7592650fe8ad01d877f7c6887d9f9dda143af diff --git a/server/server_linux.sh b/server/server_linux.sh index feda43b3..d45ae168 100755 --- a/server/server_linux.sh +++ b/server/server_linux.sh @@ -1,8 +1,8 @@ #!/bin/sh case "$(uname -m)" in - x86_64) executable="xonotic-linux-x86_64-dedicated" ;; - *) executable="xonotic-linux-686-dedicated" ;; + x86_64) executable="xonotic-linux64-dedicated" ;; + *) executable="xonotic-linux32-dedicated" ;; esac cd "`dirname "${0}"`"