Daniel Gibbs 10 anni fa
parent
commit
2b1ff033a7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      lgsm/functions/command_start.sh

+ 1 - 0
lgsm/functions/command_start.sh

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