Browse Source
fix(xnt): unset exitbypass after command_stop.sh in fn_update_localbuild
pull/4900/head
Daniel Gibbs
2 months ago
Failed to extract signature
1 changed files with
2 additions and
0 deletions
-
lgsm/modules/update_xnt.sh
|
|
|
@ -29,7 +29,9 @@ fn_update_localbuild() { |
|
|
|
exitbypass=1 |
|
|
|
fn_sleep_time_5 |
|
|
|
tmux -L "${socketname}" send-keys -t "${sessionname}" "version" C-m > /dev/null 2>&1 |
|
|
|
exitbypass=1 |
|
|
|
command_stop.sh |
|
|
|
unset exitbypass |
|
|
|
fn_firstcommand_reset |
|
|
|
fi |
|
|
|
|
|
|
|
|