aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-06 12:15:52 +1000
committerDavid Walter Seikel2012-02-06 12:15:52 +1000
commitc26c48c23e6f45ac26cf567d09f12e995098426c (patch)
treeee8606595681c553dd1a461a865a0bef0a2bb1d4
parentUpdate TODO. (diff)
downloadIGnoble-c26c48c23e6f45ac26cf567d09f12e995098426c.zip
IGnoble-c26c48c23e6f45ac26cf567d09f12e995098426c.tar.gz
IGnoble-c26c48c23e6f45ac26cf567d09f12e995098426c.tar.bz2
IGnoble-c26c48c23e6f45ac26cf567d09f12e995098426c.tar.xz
chmod on the correct directory.
-rwxr-xr-xinstall_opensim.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install_opensim.sh b/install_opensim.sh
index 5de5057..30cb4bd 100755
--- a/install_opensim.sh
+++ b/install_opensim.sh
@@ -125,7 +125,7 @@ sudo chown -R opensim:opensim $OSPATH
125sudo chmod -R a-x $OSPATH 125sudo chmod -R a-x $OSPATH
126sudo chmod -R a+X $OSPATH 126sudo chmod -R a+X $OSPATH
127sudo chmod -R g+w $OSPATH 127sudo chmod -R g+w $OSPATH
128sudo chmod -R a+x $OSPATH/*.sh 128sudo chmod -R a+x $OSPATH/setup/*.sh
129sudo chmod a+x $OSPATH/setup/start-sim 129sudo chmod a+x $OSPATH/setup/start-sim
130sudo chmod a+x $OSPATH/setup/start-sim-screen 130sudo chmod a+x $OSPATH/setup/start-sim-screen
131 131