mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-20 12:36:52 +00:00
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
This commit is contained in:
parent
d1066e479c
commit
f346657d65
@ -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}"`"
|
||||
|
Loading…
Reference in New Issue
Block a user