Skip to content
Snippets Groups Projects
Commit e5522262 authored by Bob Mottram's avatar Bob Mottram
Browse files

Wildcard

parent 591f508b
No related branches found
No related tags found
No related merge requests found
......@@ -674,7 +674,8 @@ function image_install_web_server {
# limit the number of php processes
if [ ! -f "$rootdir/etc/php/7.0/fpm/php-fpm.conf" ]; then
find "$rootdir"/ -name php-fpm.conf > "/var/log/${PROJECT_NAME}-build.log"
# shellcheck disable=SC2035,SC2061
find "$rootdir"/ -name *-fpm.conf > "/var/log/${PROJECT_NAME}-build.log"
fi
sed -i 's/; process.max =.*/process.max = 32/g' "$rootdir/etc/php/7.0/fpm/php-fpm.conf"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment