소스 검색

fix(restart): prevent restart from running if checks fail (4278)

Daniel Gibbs 1 년 전
부모
커밋
02223a5206
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lgsm/modules/command_restart.sh

+ 1 - 0
lgsm/modules/command_restart.sh

@@ -10,6 +10,7 @@ commandaction="Restarting"
 moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
 fn_firstcommand_set
 
+check.sh
 info_game.sh
 exitbypass=1
 command_stop.sh