diff --git a/nextcloud/11.0/run.sh b/nextcloud/11.0/run.sh index 66f6382..2c8f0fd 100644 --- a/nextcloud/11.0/run.sh +++ b/nextcloud/11.0/run.sh @@ -4,7 +4,7 @@ sed -i -e "s//$UPLOAD_MAX_SIZE/g" /etc/nginx/nginx.conf /etc/ph -e "s//$APC_SHM_SIZE/g" /etc/php7/conf.d/apcu.ini \ -e "s//$OPCACHE_MEM_SIZE/g" /etc/php7/conf.d/00_opcache.ini \ -e "s//$REDIS_MAX_MEMORY/g" /etc/redis.conf \ - -e "s//$CRON_MEMORY_LIMIT/g" /etc/s6.d/cron/run + -e "s//$CRON_MEMORY_LIMIT/g" /etc/s6.d/cron/run \ -e "s//$CRON_PERIOD/g" /etc/s6.d/cron/run # Put the configuration and apps into volumes