aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-11-13 18:30:07 +1000
committerDavid Walter Seikel2012-11-13 18:30:07 +1000
commit35af29a58155977e4752f5fa62bb9fe598bd7344 (patch)
treef59dc502cff127e53f39bc8c96fe6da21bd33f2e
parentNote about the recent tests. (diff)
downloadIGnoble-35af29a58155977e4752f5fa62bb9fe598bd7344.zip
IGnoble-35af29a58155977e4752f5fa62bb9fe598bd7344.tar.gz
IGnoble-35af29a58155977e4752f5fa62bb9fe598bd7344.tar.bz2
IGnoble-35af29a58155977e4752f5fa62bb9fe598bd7344.tar.xz
Typo--
-rwxr-xr-xstart-sim2
1 files changed, 1 insertions, 1 deletions
diff --git a/start-sim b/start-sim
index 89e38d6..e2e1faa 100755
--- a/start-sim
+++ b/start-sim
@@ -46,7 +46,7 @@ cd ${bindir}
46if ( ${screen_command} -q list-sessions 2>/dev/null | grep -q ${console_name}: ); then 46if ( ${screen_command} -q list-sessions 2>/dev/null | grep -q ${console_name}: ); then
47 true 47 true
48else 48else
49 # The sudo is only so that the session is owned by opensim, otherwise it's owned by whoewer ran this script, which is a likely security hole. 49 # 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.
50 # 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. 50 # 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.
51 $SUDO ${screen_command} new-session -d -s ${console_name} 51 $SUDO ${screen_command} new-session -d -s ${console_name}
52fi 52fi