aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2011-11-28 00:05:12 +1000
committerDavid Walter Seikel2011-11-28 00:05:12 +1000
commitd03a735e8fa02fa1425bd8896332d446c01f431f (patch)
treecb82385e3df4939d1e9619a5e595b28f76b37d7d
parentAdjust the instructions to match the latest scripts. (diff)
downloadIGnoble-d03a735e8fa02fa1425bd8896332d446c01f431f.zip
IGnoble-d03a735e8fa02fa1425bd8896332d446c01f431f.tar.gz
IGnoble-d03a735e8fa02fa1425bd8896332d446c01f431f.tar.bz2
IGnoble-d03a735e8fa02fa1425bd8896332d446c01f431f.tar.xz
No need to deal with ownership and perms, the install script does that now.
-rwxr-xr-xgo_live.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/go_live.sh b/go_live.sh
index 856b4ce..21d7072 100755
--- a/go_live.sh
+++ b/go_live.sh
@@ -7,13 +7,6 @@ do
7 j=$(printf "sim%02d" $i) 7 j=$(printf "sim%02d" $i)
8 if [ -e "$OSPATH/config/$j" ] 8 if [ -e "$OSPATH/config/$j" ]
9 then 9 then
10 sudo chown -R opensim:opensim $OSPATH/config/$j
11 sudo ln -s $OSPATH/config/$j/opensim-monit.conf /etc/monit/conf.d/$j.conf 10 sudo ln -s $OSPATH/config/$j/opensim-monit.conf /etc/monit/conf.d/$j.conf
12 fi 11 fi
13done 12done
14
15sudo chmod 755 /var/log/opensim
16sudo chmod 755 /var/run/opensim
17sudo chown -R opensim:opensim $OSPATH/opensim-0.7.1.1-infinitegrid-03
18sudo chown -R opensim:opensim $OSPATH/modules
19