X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=server%2Fserver_havoc_mac.sh;fp=server%2Fserver_havoc_mac.sh;h=0000000000000000000000000000000000000000;hb=37578b037035324f40447e45eb8ae2dc7585c837;hp=c3b12f19038ffa9fd7a67dab21cf660f79cd5c0d;hpb=5284a1d857715188a72dacf562c57209414bf255;p=xonotic%2Fxonotic.git diff --git a/server/server_havoc_mac.sh b/server/server_havoc_mac.sh deleted file mode 100755 index c3b12f19..00000000 --- a/server/server_havoc_mac.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -executable="nexuiz-osx-dedicated" - -cd "`dirname "${0}"`" - -if ! [ -x "$executable" ]; then - if [ -x "../$executable" ] && { [ -f ~/.nexuiz/data/server.cfg ] || [ -f ../data/server.cfg ] || [ -f ~/.nexuiz/havoc/server.cfg ] || [ -f ../havoc/server.cfg ]; }; then - cd .. - else - echo "This script is not properly set up yet." - echo "Please refer to the instructions in readme.txt." - echo "In short:" - echo "- copy server.cfg to the data directory and adjust its settings" - echo "- move this file to the main directory of your Nexuiz installation" - exit 1 - fi -fi - -exec ./${executable} -game havoc +serverconfig server.cfg "${@}"