1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-14 04:30:29 +01:00

[ticket/11337] Silence nginx config file writing.

PHPBB3-11337
This commit is contained in:
Andreas Fischer 2013-01-22 20:21:41 +01:00
parent d2f09a9e65
commit ea1c8ee85a

View File

@ -46,7 +46,7 @@ server {
include fastcgi_params;
}
}
" | sudo tee $NGINX_CONF
" | sudo tee $NGINX_CONF > /dev/null
# Start daemons
sudo $PHP_FPM_BIN --fpm-config "$DIR/php-fpm.conf"