Browse Source

command_update.sh

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
7a28922101
  1. 2
      lgsm/functions/command_start.sh

2
lgsm/functions/command_start.sh

@ -172,7 +172,7 @@ logs.sh
# Will check for updates is updateonstart is yes
if [ "${status}" == "0" ]; then
if [ "${updateonstart}" == "yes" ]||[ "${updateonstart}" == "1" ]||[ "${updateonstart}" == "on" ]; then
update_check.sh
command_update.sh
fi
fi

Loading…
Cancel
Save