소스 검색

ARMA 3 config dir change

wb 11 년 전
부모
커밋
945caf3f69
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      functions/fn_install_config

+ 3 - 2
functions/fn_install_config

@@ -135,8 +135,9 @@ echo "================================="
 sleep 1
 if [ "${gamename}" == "ARMA 3" ]; then
 	cd "${systemdir}"
-elif [
-	cd "${servercfgdir}"  ]; then
+else
+	cd "${servercfgdir}"
+fi
 	#statements
 if [ "${gamename}" == "7 Days To Die" ]; then
 	fn_unity3dconfig