Browse Source

ui changes

feature/dst-changes
Daniel Gibbs 2 years ago
parent
commit
23fa2924d5
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 4
      lgsm/modules/core_steamcmd.sh
  2. 5
      lgsm/modules/install_config.sh
  3. 1
      lgsm/modules/install_stats.sh

4
lgsm/modules/core_steamcmd.sh

@ -51,8 +51,8 @@ fn_check_steamcmd() {
fn_install_steamcmd
fi
elif [ "${commandname}" == "INSTALL" ]; then
fn_print_information "SteamCMD is already installed..."
fn_print_ok_eol_nl
echo -e "SteamCMD is already installed"
fn_print_skip_eol_nl
fi
}

5
lgsm/modules/install_config.sh

@ -11,10 +11,10 @@ moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_check_cfgdir() {
changes=""
if [ "${shortname}" == "dst" ]; then
echo -en "creating config directory [ ${italic}${clustercfgfullpath}${default} ]"
echo -en "creating config directory [ ${italic}${clustercfgdir}${default} ]"
changes+=$(mkdir -pv "${clustercfgfullpath}")
elif [ "${shortname}" == "arma3" ]; then
echo -en "creating config directory [ ${italic}${networkcfgfullpath}${default} ]"
echo -en "creating config directory [ ${italic}${networkcfgdir}${default} ]"
changes+=$(mkdir -pv "${networkcfgfullpath}")
else
echo -en "creating config directory [ ${italic}${servercfgdir}${default} ]"
@ -30,6 +30,7 @@ fn_check_cfgdir() {
else
fn_print_skip_eol_nl
fi
unset changes
}
# Copys default configs from Game-Server-Configs repo to server config location.

1
lgsm/modules/install_stats.sh

@ -24,5 +24,6 @@ if [ -z "${autoinstall}" ]; then
fn_print_information_nl "Stats setting is now enabled in common.cfg."
fi
else
echo -e ""
echo -e "auto-install leaves stats off by default. Stats can be enabled in common.cfg"
fi

Loading…
Cancel
Save