summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-17 08:29:33 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-17 08:29:33 +0000
commit1717764134570d372ff8f3345c72107687011878 (patch)
treeb97da2fa060a1b69ccc6562f2b634cf07255c519 /examples
parent60501ec0406040ab3128be48eab2a0194ca8a9df (diff)
Oops, no $SESSION now.
Diffstat (limited to 'examples')
-rw-r--r--examples/nicm-start-tmux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nicm-start-tmux.sh b/examples/nicm-start-tmux.sh
index 6f26de2c..f51c5f58 100644
--- a/examples/nicm-start-tmux.sh
+++ b/examples/nicm-start-tmux.sh
@@ -6,7 +6,7 @@ SOCKET=/tmp/tmux-1000-main
TMUX="tmux -S $SOCKET"
-if ! $TMUX -s $SESSION has 2>/dev/null; then
+if ! $TMUX -s0 has 2>/dev/null; then
# Session 0
$TMUX new -d -s0 -nyelena 'exec ssh yelena' # 0