Browse Source

unreal 2 server log dir now works #2

Daniel Gibbs 11 years ago
parent
commit
8d16cf1cba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      functions/fn_loginstall

+ 1 - 0
functions/fn_loginstall

@@ -24,5 +24,6 @@ fi
 # If a server is unreal2 create a dir
 # If a server is unreal2 create a dir
 if [ "${engine}" == "unreal2" ]; then
 if [ "${engine}" == "unreal2" ]; then
 	mkdir -pv ${gamelogdir}	
 	mkdir -pv ${gamelogdir}	
+fi	
 sleep 1
 sleep 1
 echo ""
 echo ""