aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/install
diff options
context:
space:
mode:
authoronefang2019-07-24 17:26:44 +1000
committeronefang2019-07-24 17:26:44 +1000
commit451e158895a5ea5e1064ba28ff35b0b93105ede7 (patch)
tree5e23aab560157292dffa7562f22f5b8bc5e49050 /scripts/install
parentMove the terrain.raw file out of tree to a sim specific name. (diff)
downloadopensim-SC_OLD-451e158895a5ea5e1064ba28ff35b0b93105ede7.zip
opensim-SC_OLD-451e158895a5ea5e1064ba28ff35b0b93105ede7.tar.gz
opensim-SC_OLD-451e158895a5ea5e1064ba28ff35b0b93105ede7.tar.bz2
opensim-SC_OLD-451e158895a5ea5e1064ba28ff35b0b93105ede7.tar.xz
Make the installation more robust.
Diffstat (limited to 'scripts/install')
-rwxr-xr-xscripts/install/secure.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/install/secure.sh b/scripts/install/secure.sh
index 43ed679..db73558 100755
--- a/scripts/install/secure.sh
+++ b/scripts/install/secure.sh
@@ -12,6 +12,7 @@ sudo chmod -R g+w ${OS_PATH}
12sudo chmod -R a+x ${OS_PATH}/current/*.sh 12sudo chmod -R a+x ${OS_PATH}/current/*.sh
13sudo chmod -R a+x ${OS_PATH}/current/scripts/*.sh 13sudo chmod -R a+x ${OS_PATH}/current/scripts/*.sh
14sudo chmod -R a+x ${OS_PATH}/current/scripts/install/*.sh 14sudo chmod -R a+x ${OS_PATH}/current/scripts/install/*.sh
15sudo chmod a+x ${OS_PATH}/current/scripts/robust-include
15sudo chmod a+x ${OS_PATH}/current/scripts/show-console 16sudo chmod a+x ${OS_PATH}/current/scripts/show-console
16sudo chmod a+x ${OS_PATH}/current/scripts/start-sim 17sudo chmod a+x ${OS_PATH}/current/scripts/start-sim
17 18