Browse Source

bug

pull/2962/head
Daniel Gibbs 5 years ago
parent
commit
a0ba5bfeaa
  1. 2
      lgsm/functions/update_steamcmd.sh

2
lgsm/functions/update_steamcmd.sh

@ -88,7 +88,7 @@ fn_update_steamcmd_compare(){
fn_script_log_info "Update available"
fn_script_log_info "Local build: ${localbuild}"
fn_script_log_info "Remote build: ${remotebuild}"
if [ -v "${branch}" ]; then
if [ -n "${branch}" ]; then
fn_script_log_info "Branch: ${branch}"
fi
fn_script_log_info "${localbuild} > ${remotebuild}"

Loading…
Cancel
Save