aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-06 11:28:41 +1000
committerDavid Walter Seikel2012-02-06 11:28:41 +1000
commit5d157a44583dec22fcabcbe3f4434ce73b296c78 (patch)
tree471a24f58fe6fc8a506e1111ea353c04c7400a1f
parentChange all the shell scripts back to being executable at the end of OpenSim i... (diff)
downloadIGnoble-5d157a44583dec22fcabcbe3f4434ce73b296c78.zip
IGnoble-5d157a44583dec22fcabcbe3f4434ce73b296c78.tar.gz
IGnoble-5d157a44583dec22fcabcbe3f4434ce73b296c78.tar.bz2
IGnoble-5d157a44583dec22fcabcbe3f4434ce73b296c78.tar.xz
Fix up the last commit. lol
-rwxr-xr-xinstall_opensim.sh3
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
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/*.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
130 131