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/all-reset-permissions.sh
15 15
chmod -R 700 "${dir_scripts}"
16 16

  
17 17
####### backup
18
chmod -R 700 "${dir_backup}"
18
chmod -R u=rwX,go-rwx "${dir_backup}"
19 19

  
20 20
####### log
21
chmod -R 700 "${dir_log}"
21
chmod -R u=rwX,go-rwx "${dir_log}"
22 22

  
23 23
####### private
24
chmod -R 700 "${dir_private}"
24
chmod -R u=rwX,go-rwx "${dir_private}"

Formats disponibles : Unified diff