aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
authoronefang2019-07-28 22:57:58 +1000
committeronefang2019-07-28 22:57:58 +1000
commit97b4356064f367337863fae0f8423dd33db74fdc (patch)
tree08d284b5bccd1e8f542a22ea37bb10ae132acaeb /scripts
parentUpdate and add more docs. (diff)
downloadopensim-SC_OLD-97b4356064f367337863fae0f8423dd33db74fdc.zip
opensim-SC_OLD-97b4356064f367337863fae0f8423dd33db74fdc.tar.gz
opensim-SC_OLD-97b4356064f367337863fae0f8423dd33db74fdc.tar.bz2
opensim-SC_OLD-97b4356064f367337863fae0f8423dd33db74fdc.tar.xz
Forgot to update a script comment.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/start-sim2
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
63else 63else
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"
67fi 67fi
68 68