Update 'config/nextcloud/nextcloud-config.sh'
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user