From 5b67f01dc4e7078aa9e614f83ebc8d5a34d4bba5 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Sun, 6 Oct 2019 00:06:28 +1000 Subject: [PATCH] Improve serverbench command WRT #273 (fix) --- misc/tools/all/xonotic.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index dabd1fd4..09f17c6c 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -395,7 +395,7 @@ case "$cmd" in ;; serverbench) # TODO(rpolzer): Why does :anticheat: output differ? Total game time differs? Why? - mkdir SERVERBENCH_TEMP + mkdir -p SERVERBENCH_TEMP verbose "$SELF" run dedicated -noconfig -userdir SERVERBENCH_TEMP +exec serverbench.cfg |\ tee /dev/stderr |\ grep '^:' |\ -- 2.39.2