瀏覽代碼

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}"