From a7642e85e9606d3afb5dc45fc33c9e9e16bb54af Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 20 Apr 2020 19:44:42 +1000 Subject: Update the old bash scripts for the new stuff. --- scripts/show-console | 2 +- scripts/start-sim | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/show-console b/scripts/show-console index e7fb941..44fbcf1 100755 --- a/scripts/show-console +++ b/scripts/show-console @@ -1,3 +1,3 @@ #!/bin/bash -tmux -S ../../caches/opensim-tmux.socket select-window -t "OpenSimSC" \; attach-session -t "OpenSimSC" +tmux -S ../../caches/opensim-tmux.socket select-window -t "SledjChisl" \; attach-session -t "SledjChisl" diff --git a/scripts/start-sim b/scripts/start-sim index 48c530a..0a58294 100755 --- a/scripts/start-sim +++ b/scripts/start-sim @@ -4,8 +4,8 @@ source common.sh getPrgDir USER=$(whoami) -console_name="OpenSimSC" -tmux_command="tmux -S ${PRGDIR}/../../caches/opensim-tmux.socket" +console_name="SledjChisl" +tmux_command="tmux -S ${PRGDIR}/../../var/run/opensim-tmux.socket" tmux_session=${console_name} tmux_window="${tmux_command} select-window -t ${tmux_session}" tmux_send="${tmux_command} send-keys -t ${tmux_session}" -- cgit v1.1