From 97b4356064f367337863fae0f8423dd33db74fdc Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 28 Jul 2019 22:57:58 +1000 Subject: Forgot to update a script comment. --- scripts/start-sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/start-sim b/scripts/start-sim index 1414826..774aa54 100755 --- a/scripts/start-sim +++ b/scripts/start-sim @@ -62,7 +62,7 @@ if ( ${tmux_command} -q list-sessions 2>/dev/null | grep -q ${console_name}: ); true else # The sudo is only so that the session is owned by opensim, otherwise it's owned by whoever ran this script, which is a likely security hole. - # After the session is created, we rely on the /var/run/opensim directory to be group sticky, so that anyone in the opensim group can attach to the tmux socket. + # After the session is created, we rely on the ${PRGDIR}/../../caches/ directory to be group sticky, so that anyone in the opensim group can attach to the tmux socket. $SUDO ${tmux_command} new-session -d -s ${console_name} -n "Server" fi -- cgit v1.1