Fix missing echo closes issue #44

This commit is contained in:
Ric Harvey
2016-06-16 13:56:37 +01:00
parent f0660ec428
commit 7ae3dd5094

View File

@@ -33,7 +33,7 @@ fi
# Display PHP error's or not
if [[ "$ERRORS" != "1" ]] ; then
php_flag[display_errors] = off >> /etc/php5/php-fpm.conf
echo php_flag[display_errors] = off >> /etc/php5/php-fpm.conf
else
echo php_flag[display_errors] = on >> /etc/php5/php-fpm.conf
fi