Explorar o código

better placement for not creating HW config

UltimateByte %!s(int64=10) %!d(string=hai) anos
pai
achega
5ac2e43099
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}"