Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
3 changed files with
6 additions and
4 deletions
-
lgsm/modules/core_steamcmd.sh
-
lgsm/modules/install_config.sh
-
lgsm/modules/install_stats.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 |
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -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. |
|
|
|
|
|
@ -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 |
|
|
|