Fix missing echo closes issue #44
This commit is contained in:
@@ -33,7 +33,7 @@ fi
|
|||||||
|
|
||||||
# Display PHP error's or not
|
# Display PHP error's or not
|
||||||
if [[ "$ERRORS" != "1" ]] ; then
|
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
|
else
|
||||||
echo php_flag[display_errors] = on >> /etc/php5/php-fpm.conf
|
echo php_flag[display_errors] = on >> /etc/php5/php-fpm.conf
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user