Missing a quote.

This commit is contained in:
Greyscale 2021-10-03 13:12:23 +02:00
parent 1083fa16ce
commit 1f45077e1f
No known key found for this signature in database
GPG key ID: D38CDF6CE08284DD

View file

@ -27,7 +27,7 @@ else
sed -i "s|php_flag\[display_errors\].*|php_flag\[display_errors\] = off|g" /etc/php/{{PHP}}/fpm/pool.d/www.conf
echo -e "PHP is running in \e[32mPRODUCTION MODE\e[0m\nError output will be suppressed."
fi
echo "To change this, change the value of DEBUG_MODE to either 'on' or 'off'
echo "To change this, change the value of DEBUG_MODE to either 'on' or 'off'"
/usr/sbin/php-fpm{{PHP}} -F -R