Browse Source

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

feat/matrix-alerts
Daniel Gibbs 2 months ago
parent
commit
1fdd43a6ad
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