mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-03-05 02:47:33 +00:00
Merge remote-tracking branch 'origin/TickleMeElmo/fix_naming_in_server_script'
This commit is contained in:
commit
3a6c991011
@ -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