Skip to content

Commit 1fdd43a

Browse files
committed
fix(xnt): unset exitbypass after command_stop.sh in fn_update_localbuild
1 parent c864cb5 commit 1fdd43a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lgsm/modules/update_xnt.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ fn_update_localbuild() {
2929
exitbypass=1
3030
fn_sleep_time_5
3131
tmux -L "${socketname}" send-keys -t "${sessionname}" "version" C-m > /dev/null 2>&1
32+
exitbypass=1
3233
command_stop.sh
34+
unset exitbypass
3335
fn_firstcommand_reset
3436
fi
3537

0 commit comments

Comments
 (0)