ソースを参照

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

Daniel Gibbs 1 ヶ月 前
コミット
a14433c2f0
1 ファイル変更2 行追加0 行削除
  1. 2 0
      lgsm/modules/update_xnt.sh

+ 2 - 0
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