From 5b05afe6840421f9340267050ee2bf9291b49b80 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 30 Jul 2024 10:19:26 +0200 Subject: [PATCH] fix path --- start_tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_tmux.sh b/start_tmux.sh index b6d7993..24ce64f 100755 --- a/start_tmux.sh +++ b/start_tmux.sh @@ -1,4 +1,4 @@ #!/bin/bash tmux new-session -s ansible-devspace -d -tmux send-keys -t ansible-devspace "./version.sh" Enter +tmux send-keys -t ansible-devspace "/version.sh" Enter tmux attach -t ansible-devspace