Browse Source
fix(restart): prevent restart from running if checks fail (4278)
pull/4739/head
Daniel Gibbs
7 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|