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/start-sim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/start-sim') 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