From d2f09a9e65c71aaae6753e7f715333374a0bd455 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 22 Jan 2013 20:21:19 +0100 Subject: [ticket/11337] php-fpm.conf is no longer owned by root. PHPBB3-11337 --- travis/setup-webserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/setup-webserver.sh b/travis/setup-webserver.sh index c475f0f7ff..d2ee42f862 100755 --- a/travis/setup-webserver.sh +++ b/travis/setup-webserver.sh @@ -32,7 +32,7 @@ pm = static pm.max_children = 2 php_admin_value[memory_limit] = 128M -" | sudo tee $PHP_FPM_CONF +" > $PHP_FPM_CONF # nginx configuration echo " -- cgit v1.2.1