From acdb1292a85488df888926ce0058fa019dce2e8a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 6 Feb 2012 11:25:35 +1000 Subject: Change all the shell scripts back to being executable at the end of OpenSim install. --- install_opensim.sh | 1 + 1 file changed, 1 insertion(+) 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 sudo chmod -R a-x $OSPATH sudo chmod -R a+X $OSPATH sudo chmod -R g+w $OSPATH +sudo chmod -R a-x $OSPATH *.sh sudo chmod a+x $OSPATH/setup/start-sim -- cgit v1.1