From 5ac2e4309980e0df36d5b55b620c487ff572f522 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Tue, 22 Dec 2015 02:43:45 +0100 Subject: [PATCH] better placement for not creating HW config --- functions/fn_install_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fn_install_config b/functions/fn_install_config index 9ad27b52a..d91557360 100644 --- a/functions/fn_install_config +++ b/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}"