diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-01-22 20:21:19 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-01-23 15:48:44 +0100 |
commit | d2f09a9e65c71aaae6753e7f715333374a0bd455 (patch) | |
tree | a5e0ee66ace2184811935d81c981afff3298beca /travis | |
parent | dee1b38ebcf4249a0204773c255e8ac8e348cb23 (diff) | |
download | forums-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')
-rwxr-xr-x | travis/setup-webserver.sh | 2 |
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 " |