Update 'config/nextcloud/nextcloud-config.sh'

This commit is contained in:
bprieshof
2019-02-13 14:37:42 +01:00
parent 09ef645d0b
commit 905316cd2d

View File

@@ -140,5 +140,10 @@ server {
EOF EOF
service php7.2-fpm restart service php7.2-fpm restart
service nginx restart service nginx restart
cat <<EOF > ~/nextcloud-init.sh
cd /var/www/$domain/html cd /var/www/$domain/html
sudo -u www-data php occ db:convert-filecache-bigint sudo -u www-data php occ db:convert-filecache-bigint
rm -f info.php
rm -f opcache.php
EOF