Browse Source

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

pull/3169/head
H3o66 5 years ago
parent
commit
c89d956d91
  1. 2
      lgsm/functions/core_steamcmd.sh

2
lgsm/functions/core_steamcmd.sh

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

Loading…
Cancel
Save