correct startup

This commit is contained in:
Dryusdan 2018-01-17 20:26:13 +01:00
parent 3022beabbf
commit a16b8ddceb
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ chown -R web:web /nginx /php /etc/s6.d /piwik /config /var/log /tmp /usr/share/G
chmod +x /etc/s6.d/*/run /etc/s6.d/.s6-svscan/finish
sed -i -e "s/<UPLOAD_MAX_SIZE>/$UPLOAD_MAX_SIZE/g" /nginx/conf/nginx.conf /php/etc/php-fpm.conf \
-e "s/<MEMORY_LIMIT>/$MEMORY_LIMIT/g" /php/etc/php-fpm.conf \
-e "s/<OPCACHE_MEM_SIZE>/$OPCACHE_MEM_SIZE/g" /php/conf.d/opcache.ini
if [ ! -f /config/config.ini.php ]; then