mod_php_install.sh: some monor changes in script output.

This commit is contained in:
Christoph 2021-12-24 01:19:00 +01:00
parent 707d6f6918
commit 7ec0bbcae8

View File

@ -823,6 +823,11 @@ if $WITH_PHP_FPM_SUPPORT ; then
echo ""
echo -e "Some FPM Pool Definitions for php-fpm.conf or included files.."
echo ""
echo "Possible values:"
echo " pm.start_servers 9 15"
echo " pm.min_spare_servers 6 6"
echo " pm.max_spare_servers 12 24"
echo ""
FPM_POOL_START_SERVER=""
while [[ "X$FPM_POOL_START_SERVER" = "X" ]]; do