aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-06 11:25:35 +1000
committerDavid Walter Seikel2012-02-06 11:25:35 +1000
commitacdb1292a85488df888926ce0058fa019dce2e8a (patch)
treed98424b2bbaa0cdad96337fbdf2714d75c2068bb
parentCopy the scripts from the first link, instead of linking them. (diff)
downloadIGnoble-acdb1292a85488df888926ce0058fa019dce2e8a.zip
IGnoble-acdb1292a85488df888926ce0058fa019dce2e8a.tar.gz
IGnoble-acdb1292a85488df888926ce0058fa019dce2e8a.tar.bz2
IGnoble-acdb1292a85488df888926ce0058fa019dce2e8a.tar.xz
Change all the shell scripts back to being executable at the end of OpenSim install.
-rwxr-xr-xinstall_opensim.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install_opensim.sh b/install_opensim.sh
index 31471be..be24d2f 100755
--- a/install_opensim.sh
+++ b/install_opensim.sh
@@ -125,5 +125,6 @@ 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 a+x $OSPATH/setup/start-sim 129sudo chmod a+x $OSPATH/setup/start-sim
129 130