diff options
author | onefang | 2019-05-23 21:50:45 +1000 |
---|---|---|
committer | onefang | 2019-05-23 21:50:45 +1000 |
commit | 53baef9042cb30d29a66933da105029101b455d3 (patch) | |
tree | 0710e1a0bfdb3b92c2daa65e2eb28558295e6f5a /scripts/show-console | |
parent | Update the tmux config. (diff) | |
download | opensim-SC_OLD-53baef9042cb30d29a66933da105029101b455d3.zip opensim-SC_OLD-53baef9042cb30d29a66933da105029101b455d3.tar.gz opensim-SC_OLD-53baef9042cb30d29a66933da105029101b455d3.tar.bz2 opensim-SC_OLD-53baef9042cb30d29a66933da105029101b455d3.tar.xz |
Management scripts encounters the real world, needs patching up.
Diffstat (limited to 'scripts/show-console')
-rwxr-xr-x | scripts/show-console | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/show-console b/scripts/show-console index ddeba86..5818e70 100755 --- a/scripts/show-console +++ b/scripts/show-console | |||
@@ -1,3 +1,3 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | tmux -S /var/run/opensim/opensim-tmux.socket select-window -t "OpenSim_console" \; attach-session -t "OpenSim_console" | 3 | tmux -S ../../caches/opensim-tmux.socket select-window -t "OpenSimSC_console" \; attach-session -t "OpenSimSC_console" |