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"