소스 검색

better placement for not creating HW config

UltimateByte 10 년 전
부모
커밋
5ac2e43099
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/fn_install_config

+ 1 - 1
functions/fn_install_config

@@ -151,10 +151,10 @@ echo ""
 }
 
 echo ""
+if [ "${gamename}" != "Hurtworld" ]; then
 echo "Creating Configs"
 echo "================================="
 sleep 1
-if [ "${gamename}" != "Hurtworld" ]; then
 	mkdir -pv "${servercfgdir}"
 	cd "${servercfgdir}"
 	githuburl="https://raw.githubusercontent.com/${githubuser}/${githubrepo}/${githubbranch}"