From 4cdc9bec9ab6ddc1c492a2b440c58f36b2d31f46 Mon Sep 17 00:00:00 2001 From: poka Date: Wed, 20 May 2020 21:00:12 +0200 Subject: [PATCH] Fix NC --- .install/nextcloud/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.install/nextcloud/install.sh b/.install/nextcloud/install.sh index 39d91bb..3de6d20 100755 --- a/.install/nextcloud/install.sh +++ b/.install/nextcloud/install.sh @@ -175,6 +175,7 @@ echo -e "${c_yellow} === Restarting services ... ===$c_" service php-fpm restart && service nginx restart && service mysql restart && service redis-server restart || (echo -e "${c_red}Impossible de reloader les service$c_" && exit 1) bash /opt/scripts/nc_optimize.sh +usermod -aG www-data $YOU echo -e "${c_green}Nextcloud a été installé avec succès !\nOuverture...$c_" URL="http://$nc_domain:$nc_port"