diff options
author | David Walter Seikel | 2012-02-06 11:28:41 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-02-06 11:28:41 +1000 |
commit | 5d157a44583dec22fcabcbe3f4434ce73b296c78 (patch) | |
tree | 471a24f58fe6fc8a506e1111ea353c04c7400a1f | |
parent | Change all the shell scripts back to being executable at the end of OpenSim i... (diff) | |
download | IGnoble-5d157a44583dec22fcabcbe3f4434ce73b296c78.zip IGnoble-5d157a44583dec22fcabcbe3f4434ce73b296c78.tar.gz IGnoble-5d157a44583dec22fcabcbe3f4434ce73b296c78.tar.bz2 IGnoble-5d157a44583dec22fcabcbe3f4434ce73b296c78.tar.xz |
Fix up the last commit. lol
-rwxr-xr-x | install_opensim.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install_opensim.sh b/install_opensim.sh index be24d2f..5de5057 100755 --- a/install_opensim.sh +++ b/install_opensim.sh | |||
@@ -125,6 +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/*.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 | 131 | ||