Procházet zdrojové kódy

better placement for not creating HW config

UltimateByte před 10 roky
rodič
revize
5ac2e43099
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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}"