Browse Source

fix(xnt): unset exitbypass after command_stop.sh in fn_update_localbuild

pull/4900/head
Daniel Gibbs 2 months ago
parent
commit
a14433c2f0
Failed to extract signature
  1. 2
      lgsm/modules/update_xnt.sh

2
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

Loading…
Cancel
Save