diff options
author | David Walter Seikel | 2012-02-06 12:15:52 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-02-06 12:15:52 +1000 |
commit | c26c48c23e6f45ac26cf567d09f12e995098426c (patch) | |
tree | ee8606595681c553dd1a461a865a0bef0a2bb1d4 | |
parent | Update TODO. (diff) | |
download | IGnoble-c26c48c23e6f45ac26cf567d09f12e995098426c.zip IGnoble-c26c48c23e6f45ac26cf567d09f12e995098426c.tar.gz IGnoble-c26c48c23e6f45ac26cf567d09f12e995098426c.tar.bz2 IGnoble-c26c48c23e6f45ac26cf567d09f12e995098426c.tar.xz |
chmod on the correct directory.
-rwxr-xr-x | install_opensim.sh | 2 |
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 | |||
125 | sudo chmod -R a-x $OSPATH | 125 | sudo chmod -R a-x $OSPATH |
126 | sudo chmod -R a+X $OSPATH | 126 | sudo chmod -R a+X $OSPATH |
127 | sudo chmod -R g+w $OSPATH | 127 | sudo chmod -R g+w $OSPATH |
128 | sudo chmod -R a+x $OSPATH/*.sh | 128 | sudo chmod -R a+x $OSPATH/setup/*.sh |
129 | sudo chmod a+x $OSPATH/setup/start-sim | 129 | sudo chmod a+x $OSPATH/setup/start-sim |
130 | sudo chmod a+x $OSPATH/setup/start-sim-screen | 130 | sudo chmod a+x $OSPATH/setup/start-sim-screen |
131 | 131 | ||