From 27d9aa5064d88cd4aedfd99f3e3b19f5585ffa6b Mon Sep 17 00:00:00 2001 From: Ark74 Date: Mon, 5 Oct 2020 14:42:15 -0500 Subject: [PATCH] Drop change group ownership --- jra_nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index 1306ae3..7563d32 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -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