Browse Source

update ui changes

feature/dst-changes
Daniel Gibbs 6 months ago
parent
commit
cc8ce9fb8f
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 14
      lgsm/modules/core_steamcmd.sh

14
lgsm/modules/core_steamcmd.sh

@ -265,17 +265,17 @@ fn_update_steamcmd_compare() {
else else
fn_print_ok_nl "Checking for update: ${remotelocation}" fn_print_ok_nl "Checking for update: ${remotelocation}"
echo -en "\n" echo -en "\n"
echo -e "${bold}No ${underline}update${default} available${default}" fn_print_nl "${bold}No ${underline}update${default} available"
echo -e "* Local build: ${green}${localbuild}${default}" fn_print_nl "* Local build: ${green}${localbuild}${default}"
echo -e "* Remote build: ${green}${remotebuildversion}${default}" fn_print_nl "* Remote build: ${green}${remotebuildversion}${default}"
if [ -n "${branch}" ]; then if [ -n "${branch}" ]; then
echo -e "* Branch: ${branch}" fn_print_nl "* Branch: ${branch}"
fi fi
if [ -n "${betapassword}" ]; then if [ -n "${betapassword}" ]; then
echo -e "* Branch password: ${betapassword}" fn_print_nl "* Branch password: ${betapassword}"
fi fi
echo -e "https://steamdb.info/app/${appid}/" fn_print_nl "https://steamdb.info/app/${appid}/"
echo -en "\n" fn_print "\n"
fn_script_log_info "No update available" fn_script_log_info "No update available"
fn_script_log_info "Local build: ${localbuild}" fn_script_log_info "Local build: ${localbuild}"
fn_script_log_info "Remote build: ${remotebuildversion}" fn_script_log_info "Remote build: ${remotebuildversion}"

Loading…
Cancel
Save