From e587f8980b0aa5e0d504e88d882dc24eee37bb43 Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Fri, 29 Dec 2023 09:45:00 +0000 Subject: [PATCH] Bugfix: ensure socket file exists --- tmux_pair.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux_pair.bash b/tmux_pair.bash index ddb6a3b..d0b3300 100755 --- a/tmux_pair.bash +++ b/tmux_pair.bash @@ -52,6 +52,8 @@ if [[ $# -eq 0 ]] ; then exit fi +touch $SOCKET_PATH + if [[ $1 = "new" || $1 = "n" ]] ; then new_session elif [[ $1 = "sharero" || $1 = "sro" ]] ; then