fix: correct tmux socket directory and name

This commit is contained in:
yeti 2025-04-17 16:56:30 +01:00
parent 30c4d9b7a8
commit bdc94735f2
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ TMUX_SESSION="analytics-backend"
DEV_USER="devuser" DEV_USER="devuser"
VIEW_USER="viewer" VIEW_USER="viewer"
TMUX_CMD="tmux -S /tmp/tmux_shared/dev-socket" TMUX_CMD="tmux -S /tmp/tmux-shared/dev-socket"
log() { log() {
echo "[$(date '+%Y-%m-%d %H:%M:%S')] $*" echo "[$(date '+%Y-%m-%d %H:%M:%S')] $*"

View File

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
exec tmux -S /tmp/tmux-shared/dev-tmux new-session -s analytics-backend tmux -S /tmp/tmux-shared/dev-socket new-session -s analytics-backend