move command to web.sh setup

This commit is contained in:
KiekerJan 2021-12-06 23:25:31 +01:00
parent 9850ae5420
commit fa9bcbe8d2
1 changed files with 0 additions and 4 deletions

View File

@ -364,10 +364,6 @@ tools/editconf.py /etc/php/$(php_version)/cli/conf.d/10-opcache.ini -c ';' \
opcache.save_comments=1 \
opcache.revalidate_freq=1
# Enable apc is required before installing nextcloud 21
tools/editconf.py /etc/php/$(php_version)/mods-available/apcu.ini -c ';' \
apc.enabled=1
# Set up a cron job for Nextcloud.
cat > /etc/cron.d/mailinabox-nextcloud << EOF;
#!/bin/bash