diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/install/secure.sh | 1 |
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} | |||
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 | ||
15 | sudo chmod a+x ${OS_PATH}/current/scripts/show-console | 16 | sudo chmod a+x ${OS_PATH}/current/scripts/show-console |
16 | sudo chmod a+x ${OS_PATH}/current/scripts/start-sim | 17 | sudo chmod a+x ${OS_PATH}/current/scripts/start-sim |
17 | 18 | ||