2010-moteur-site-simple/permissions.sh
2010-08-04 12:01:55 +02:00

8 lines
163 B
Bash

#!/bin/sh
fichiers="index.php galerie admin __cms__/donnees"
chgrp -R www-data $fichiers
chmod 664 $fichiers
find $fichiers -type d -print0 | xargs -0 chmod 775