From 7d31bdf9b86b8bdf530f7f3373252992a481c023 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 26 Nov 2011 20:07:37 +1000 Subject: Better file permissions, we REALLY don't need every damn mono file to be executable. --- install_opensim.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'install_opensim.sh') diff --git a/install_opensim.sh b/install_opensim.sh index 69c5b88..0800523 100755 --- a/install_opensim.sh +++ b/install_opensim.sh @@ -106,7 +106,8 @@ then fi sudo chown -R opensim:opensim /opt/opensim -sudo chmod -R a-x * -sudo chmod -R a+X * +sudo chmod -R a-x /opt/opensim +sudo chmod -R a+X /opt/opensim +sudo chmod -R g+w /opt/opensim sudo chmod a+x /opt/opensim/setup/start-sim-in-rest -- cgit v1.1