Drop change group ownership

This commit is contained in:
Luis Guzmán 2020-10-05 14:42:15 -05:00
parent 3a3bd4b89c
commit 27d9aa5064
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ sudo -u www-data php $NC_PATH/occ app:enable files_external
sudo -u www-data php $NC_PATH/occ files_external:import /tmp/jra-nc-app-ef.json
usermod -a -G jibri www-data
chown -R jibri:www-data $DIR_RECORD
#chown -R jibri:www-data $DIR_RECORD
chmod -R 770 $DIR_RECORD
chmod -R g+s $DIR_RECORD