From 451e158895a5ea5e1064ba28ff35b0b93105ede7 Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 24 Jul 2019 17:26:44 +1000 Subject: Make the installation more robust. --- scripts/install/secure.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/install/secure.sh') 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} sudo chmod -R a+x ${OS_PATH}/current/*.sh sudo chmod -R a+x ${OS_PATH}/current/scripts/*.sh sudo chmod -R a+x ${OS_PATH}/current/scripts/install/*.sh +sudo chmod a+x ${OS_PATH}/current/scripts/robust-include sudo chmod a+x ${OS_PATH}/current/scripts/show-console sudo chmod a+x ${OS_PATH}/current/scripts/start-sim -- cgit v1.1