Browse Source

correct echo

pull/3156/head
Daniel Gibbs 5 years ago
parent
commit
b5c6506fbc
  1. 2
      lgsm/functions/update_minecraft.sh
  2. 2
      lgsm/functions/update_vintagestory.sh

2
lgsm/functions/update_minecraft.sh

@ -88,10 +88,10 @@ fn_update_minecraft_compare(){
echo -e "Update available"
echo -e "* Local build: ${red}${localbuild}${default}"
echo -e "* Remote build: ${green}${remotebuild}${default}"
echo -en "\n"
if [ -n "${branch}" ]; then
echo -e "* Branch: ${branch}"
fi
echo -en "\n"
fn_script_log_info "Update available"
fn_script_log_info "Local build: ${localbuild}"
fn_script_log_info "Remote build: ${remotebuild}"

2
lgsm/functions/update_vintagestory.sh

@ -72,10 +72,10 @@ fn_update_vs_compare(){
echo -e "Update available"
echo -e "* Local build: ${red}${localbuild}${default}"
echo -e "* Remote build: ${green}${remotebuild}${default}"
echo -en "\n"
if [ -n "${branch}" ]; then
echo -e "* Branch: ${branch}"
fi
echo -en "\n"
fn_script_log_info "Update available"
fn_script_log_info "Local build: ${localbuild}"
fn_script_log_info "Remote build: ${remotebuild}"

Loading…
Cancel
Save