From: root Date: Fri, 3 Jun 2011 21:04:40 +0000 (-0500) Subject: Changed lines 4 and 5 of server_linux.sh to the correct file names. X-Git-Tag: xonotic-v0.5.0~74^2^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f346657d6504f9290e97f50353f3d754667d6a69;p=xonotic%2Fxonotic.git Changed lines 4 and 5 of server_linux.sh to the correct file names. executable="xonotic-linux64-dedicated" ;; executable="xonotic-linux32-dedicated" ;; This resolves ticket #478 --- 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}"`"