diff --git a/config/nextcloud/nextcloud-config.sh b/config/nextcloud/nextcloud-config.sh index 5bcfbd4..3dabf98 100644 --- a/config/nextcloud/nextcloud-config.sh +++ b/config/nextcloud/nextcloud-config.sh @@ -140,5 +140,10 @@ server { EOF service php7.2-fpm restart service nginx restart + +cat < ~/nextcloud-init.sh cd /var/www/$domain/html -sudo -u www-data php occ db:convert-filecache-bigint \ No newline at end of file +sudo -u www-data php occ db:convert-filecache-bigint +rm -f info.php +rm -f opcache.php +EOF \ No newline at end of file