Procházet zdrojové kódy

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

Daniel Gibbs před 1 rokem
rodič
revize
02223a5206
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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]}")")"
 moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
 fn_firstcommand_set
 fn_firstcommand_set
 
 
+check.sh
 info_game.sh
 info_game.sh
 exitbypass=1
 exitbypass=1
 command_stop.sh
 command_stop.sh