diff options
author | onefang | 2019-08-01 05:54:22 +1000 |
---|---|---|
committer | onefang | 2019-08-01 05:54:22 +1000 |
commit | dbff9cb5ec4b84a75b3eef1569c0da9c2175784e (patch) | |
tree | dcdcfe36060b63cd96ddfad6d2e76f40d525355c /scripts/install/secure.sh | |
parent | Automatically add members to certain groups, and HGers from specific grids to... (diff) | |
download | opensim-SC_OLD-dbff9cb5ec4b84a75b3eef1569c0da9c2175784e.zip opensim-SC_OLD-dbff9cb5ec4b84a75b3eef1569c0da9c2175784e.tar.gz opensim-SC_OLD-dbff9cb5ec4b84a75b3eef1569c0da9c2175784e.tar.bz2 opensim-SC_OLD-dbff9cb5ec4b84a75b3eef1569c0da9c2175784e.tar.xz |
ROBUST does support includes, so use them.
Diffstat (limited to 'scripts/install/secure.sh')
-rwxr-xr-x | scripts/install/secure.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/install/secure.sh b/scripts/install/secure.sh index db73558..43ed679 100755 --- a/scripts/install/secure.sh +++ b/scripts/install/secure.sh | |||
@@ -12,7 +12,6 @@ sudo chmod -R g+w ${OS_PATH} | |||
12 | sudo chmod -R a+x ${OS_PATH}/current/*.sh | 12 | sudo chmod -R a+x ${OS_PATH}/current/*.sh |
13 | sudo chmod -R a+x ${OS_PATH}/current/scripts/*.sh | 13 | sudo chmod -R a+x ${OS_PATH}/current/scripts/*.sh |
14 | sudo chmod -R a+x ${OS_PATH}/current/scripts/install/*.sh | 14 | sudo chmod -R a+x ${OS_PATH}/current/scripts/install/*.sh |
15 | sudo chmod a+x ${OS_PATH}/current/scripts/robust-include | ||
16 | sudo chmod a+x ${OS_PATH}/current/scripts/show-console | 15 | sudo chmod a+x ${OS_PATH}/current/scripts/show-console |
17 | sudo chmod a+x ${OS_PATH}/current/scripts/start-sim | 16 | sudo chmod a+x ${OS_PATH}/current/scripts/start-sim |
18 | 17 | ||