Projet

Général

Profil

Révision 35e0bbf4

Ajouté par Julien Enselme il y a environ 9 ans

Fix chmod -R issue.

Rights are correcly set, non script files are not made executable.

Fix: #1 (github)

Voir les différences:

bin/d7-create-site.sh
150 150
d7-reset-variables.sh "${d7_site_name}"
151 151

  
152 152
# Permissions
153
chmod -R 755 "${d7_site_dir}"
153
chmod -R u=rwX,go=rX "${d7_site_dir}"
154 154
chmod 400 "${d7_site_settings}"
155 155

  
156 156
# Last instructions

Formats disponibles : Unified diff