Browse Source

messages

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
f6c60ef371
  1. 2
      lgsm/functions/check_config.sh
  2. 2
      lgsm/functions/update_steamcmd.sh

2
lgsm/functions/check_config.sh

@ -9,6 +9,8 @@ local selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
if [ ! -e "${servercfgfullpath}" ]; then
if [ "${gamename}" != "Hurtworld" ]; then
fn_print_dots ""
sleep 0.5
fn_print_warn_nl "Configuration file missing!"
echo "${servercfgfullpath}"
fn_script_log_warn "Configuration file missing!"

2
lgsm/functions/update_steamcmd.sh

@ -209,7 +209,7 @@ fn_update_steamcmd_check(){
echo -e " Available version: ${green}${availablebuild}${default}"
echo -e " https://steamdb.info/app/${appid}/"
echo -e ""
fn_print_ok_nl "No update available"
fn_print_ok_nl ": Checking for update: No update available"
fn_script_log_info "Current build: ${currentbuild}"
fn_script_log_info "Available build: ${availablebuild}"
fi

Loading…
Cancel
Save