From 8d16cf1cbab91604a8462bf109d7848b61c3e8e2 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 24 Nov 2014 16:10:45 +0000 Subject: [PATCH] unreal 2 server log dir now works #2 --- functions/fn_loginstall | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/fn_loginstall b/functions/fn_loginstall index 63da17ff3..d3807b3f6 100644 --- a/functions/fn_loginstall +++ b/functions/fn_loginstall @@ -24,5 +24,6 @@ fi # If a server is unreal2 create a dir if [ "${engine}" == "unreal2" ]; then mkdir -pv ${gamelogdir} +fi sleep 1 echo "" \ No newline at end of file