We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3589bae commit 58dd156Copy full SHA for 58dd156
Video/video.sh
@@ -145,8 +145,8 @@ function stop_all_recording() {
145
current_record_sessions="$(tmux list-sessions -F "#{session_name}")"
146
echo "$(date -u +"${ts_format}") [${process_name}] - Current recording session(s): $current_record_sessions"
147
for session in $current_record_sessions; do
148
- echo "Sending 'q' (quit signal) to session: $session"
149
- tmux send-keys -t "$session" 'q'
+ echo "Sending quit signal to session: $session"
+ tmux kill-session -t "$session"
150
done
151
}
152
0 commit comments