This commit is contained in:
poka 2020-05-20 21:00:12 +02:00
parent 33d8fdb3d0
commit 4cdc9bec9a
1 changed files with 1 additions and 0 deletions

View File

@ -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"