diff --git a/install/alternc.install b/install/alternc.install index 78a04fe9..6f791fab 100644 --- a/install/alternc.install +++ b/install/alternc.install @@ -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