瀏覽代碼

added exitbypass

Daniel Gibbs 10 年之前
父節點
當前提交
2b1ff033a7
共有 1 個文件被更改,包括 1 次插入0 次删除
  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