diff options
Diffstat (limited to 'scripts/start-sim')
-rwxr-xr-x | scripts/start-sim | 2 |
1 files changed, 1 insertions, 1 deletions
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}: ); | |||
62 | true | 62 | true |
63 | else | 63 | else |
64 | # 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. | 64 | # 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. |
65 | # 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. | 65 | # 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. |
66 | $SUDO ${tmux_command} new-session -d -s ${console_name} -n "Server" | 66 | $SUDO ${tmux_command} new-session -d -s ${console_name} -n "Server" |
67 | fi | 67 | fi |
68 | 68 | ||