diff options
author | onefang | 2019-05-23 21:50:45 +1000 |
---|---|---|
committer | onefang | 2019-05-23 21:50:45 +1000 |
commit | 53baef9042cb30d29a66933da105029101b455d3 (patch) | |
tree | 0710e1a0bfdb3b92c2daa65e2eb28558295e6f5a /scripts/install | |
parent | Update the tmux config. (diff) | |
download | opensim-SC_OLD-53baef9042cb30d29a66933da105029101b455d3.zip opensim-SC_OLD-53baef9042cb30d29a66933da105029101b455d3.tar.gz opensim-SC_OLD-53baef9042cb30d29a66933da105029101b455d3.tar.bz2 opensim-SC_OLD-53baef9042cb30d29a66933da105029101b455d3.tar.xz |
Management scripts encounters the real world, needs patching up.
Diffstat (limited to 'scripts/install')
-rwxr-xr-x | scripts/install/secure.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/install/secure.sh b/scripts/install/secure.sh index 48255b6..43ed679 100755 --- a/scripts/install/secure.sh +++ b/scripts/install/secure.sh | |||
@@ -18,3 +18,7 @@ sudo chmod a+x ${OS_PATH}/current/scripts/start-sim | |||
18 | sudo chmod ug+rwx ${OS_PATH}/config | 18 | sudo chmod ug+rwx ${OS_PATH}/config |
19 | sudo chmod g+s ${OS_PATH}/config | 19 | sudo chmod g+s ${OS_PATH}/config |
20 | sudo chmod 600 ${OS_PATH}/config/*.ini | 20 | sudo chmod 600 ${OS_PATH}/config/*.ini |
21 | |||
22 | chmod ug+rwx ${OS_PATH}/caches | ||
23 | chmod o-rwx ${OS_PATH}/caches | ||
24 | chmod g+s ${OS_PATH}/caches | ||