Hamilton Turner 10 years ago
parent
commit
6eb10360c0
1 changed files with 5 additions and 1 deletions
  1. 5 1
      toolset/setup/linux/prerequisites.sh

+ 5 - 1
toolset/setup/linux/prerequisites.sh

@@ -61,4 +61,8 @@ RETCODE=$(fw_exists ~/.bash_profile.bak)
 
 
 sudo sh -c "echo '*               -    nofile          65535' >> /etc/security/limits.conf"
 sudo sh -c "echo '*               -    nofile          65535' >> /etc/security/limits.conf"
 
 
-touch fwbm_prereqs_installed
+# Sudo in case we don't have permissions on IROOT
+sudo touch fwbm_prereqs_installed
+
+# Ensure everyone can see the file
+sudo chmod 775 fwbm_prereqs_installed