mirror of
https://github.com/skoelle/kctl-tui.git
synced 2026-09-17 20:10:24 +00:00
tmux aborts the entire command chain when kill-session fails (no existing session). This caused 'no current target' error on Linux. The kill-session is now a separate exec.Command() call before starting the tmux chain, ignoring any error.