little default acl fix in altern.install

This commit is contained in:
Steven Mondji-Lerider 2013-09-03 08:30:50 +00:00
parent bd31066900
commit 217c69c25f
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ tar -zcf "$INSTALLED_CONFIG_TAR" -C / $CONFIG_FILES
# Last touches
#
find $ALTERNC_HTML -maxdepth 1 -type d -exec setfacl -b -k -m d:g:alterncpanel:rw- -m g:alterncpanel:rw- {} \;
find $ALTERNC_HTML -maxdepth 1 -type d -exec setfacl -b -k -m d:g:alterncpanel:rw- -m d:u:alterncpanel:rw- -m u:alterncpanel:rw- -m g:alterncpanel:rw- {} \;
#creating log file
if [ ! -e "/var/log/alternc/bureau.log" ]; then