diff options
author | Rubén Calvo <rubencm@gmail.com> | 2017-07-17 21:09:35 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-08 21:52:37 +0200 |
commit | 560704c9f33c1e315e1dc973785590ad130231a0 (patch) | |
tree | bffd34b352fa7ee066f4b607a46e83d6393dd981 | |
parent | 3f3d88696be93e435fa91724134592e0ee363a7c (diff) | |
download | forums-560704c9f33c1e315e1dc973785590ad130231a0.tar forums-560704c9f33c1e315e1dc973785590ad130231a0.tar.gz forums-560704c9f33c1e315e1dc973785590ad130231a0.tar.bz2 forums-560704c9f33c1e315e1dc973785590ad130231a0.tar.xz forums-560704c9f33c1e315e1dc973785590ad130231a0.zip |
[ticket/15269] Don't enable DEBUG_CONTAINER by default
PHPBB3-15269
-rwxr-xr-x | vagrant/after.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vagrant/after.sh b/vagrant/after.sh index 63503d9981..909d2d51f7 100755 --- a/vagrant/after.sh +++ b/vagrant/after.sh @@ -40,9 +40,6 @@ sed -i '/^.*PHPBB_ENVIRONMENT.*$/s/production/development/' ${PHPBB_CONFIG} # Display load time sed -i '/^.*PHPBB_DISPLAY_LOAD_TIME.*$/s/^\/\/[[:blank:]]*//' ${PHPBB_CONFIG} -# Enable debug container -sed -i '/^.*DEBUG_CONTAINER.*$/s/^\/\/[[:blank:]]*//' ${PHPBB_CONFIG} - # Update the PHP memory limits (enough to allow phpunit tests to run) sed -i "s/memory_limit = .*/memory_limit = 1024M/" /etc/php/7.1/fpm/php.ini |