Browse Source

fix(steamcmd): fix update on start not starting the server (#3169)

Co-authored-by: Daniel Gibbs <[email protected]>
pull/3199/head
Christian 4 years ago
committed by Daniel Gibbs
parent
commit
4eb2c52fd4
  1. 2
      lgsm/functions/core_steamcmd.sh

2
lgsm/functions/core_steamcmd.sh

@ -238,8 +238,8 @@ fn_update_steamcmd_compare(){
exitbypass=1
command_start.sh
fn_firstcommand_reset
fi
unset exitbypass
fi
date +%s > "${lockdir}/lastupdate.lock"
alert="update"
elif [ "${commandname}" == "CHECK-UPDATE" ]; then

Loading…
Cancel
Save