Browse Source

better placement for not creating HW config

pull/573/head^2
UltimateByte 9 years ago
parent
commit
5ac2e43099
  1. 2
      functions/fn_install_config

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

Loading…
Cancel
Save