diff options
author | onefang | 2019-07-28 22:57:58 +1000 |
---|---|---|
committer | onefang | 2019-07-28 22:57:58 +1000 |
commit | 97b4356064f367337863fae0f8423dd33db74fdc (patch) | |
tree | 08d284b5bccd1e8f542a22ea37bb10ae132acaeb | |
parent | Update and add more docs. (diff) | |
download | opensim-SC-97b4356064f367337863fae0f8423dd33db74fdc.zip opensim-SC-97b4356064f367337863fae0f8423dd33db74fdc.tar.gz opensim-SC-97b4356064f367337863fae0f8423dd33db74fdc.tar.bz2 opensim-SC-97b4356064f367337863fae0f8423dd33db74fdc.tar.xz |
Forgot to update a script comment.
-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 | ||