Просмотр исходного кода

fix for #1315 by unsetting the updateonstart var

Daniel Gibbs 8 лет назад
Родитель
Сommit
70be3e17ed
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      lgsm/functions/command_start.sh

+ 1 - 0
lgsm/functions/command_start.sh

@@ -191,6 +191,7 @@ logs.sh
 if [ "${status}" == "0" ]; then
 	if [ "${updateonstart}" == "yes" ]||[ "${updateonstart}" == "1" ]||[ "${updateonstart}" == "on" ]; then
 		exitbypass=1
+		unset updateonstart
 		command_update.sh
 	fi
 fi