aboutsummaryrefslogtreecommitdiffstats
path: root/travis/setup-webserver.sh
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-01-22 20:21:19 +0100
committerAndreas Fischer <bantu@phpbb.com>2013-01-23 15:48:44 +0100
commitd2f09a9e65c71aaae6753e7f715333374a0bd455 (patch)
treea5e0ee66ace2184811935d81c981afff3298beca /travis/setup-webserver.sh
parentdee1b38ebcf4249a0204773c255e8ac8e348cb23 (diff)
downloadforums-d2f09a9e65c71aaae6753e7f715333374a0bd455.tar
forums-d2f09a9e65c71aaae6753e7f715333374a0bd455.tar.gz
forums-d2f09a9e65c71aaae6753e7f715333374a0bd455.tar.bz2
forums-d2f09a9e65c71aaae6753e7f715333374a0bd455.tar.xz
forums-d2f09a9e65c71aaae6753e7f715333374a0bd455.zip
[ticket/11337] php-fpm.conf is no longer owned by root.
PHPBB3-11337
Diffstat (limited to 'travis/setup-webserver.sh')
-rwxr-xr-xtravis/setup-webserver.sh2
1 files changed, 1 insertions, 1 deletions
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 "