File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 138
138
unset PHP_ENABLE_CREATE_SAMPLE_PHP # legacy
139
139
php_env_plugins_enabled=$(set -o posix; set | sort | grep PHP_ENABLE_ | grep -i TRUE |sed -e 's/PHP_ENABLE_//g' | sed -e 's/=TRUE//g' | awk -vRS="" -vOFS=', ' '$1=$1' | tr A-Z a-z)
140
140
for module in $(echo "${php_env_plugins_enabled}" | tr "," "\n" ) ; do
141
- if [ -f "${php_prefix}"/mods-available/${module}.ini ]; then
141
+ if [ -f "${php_prefix}"/mods-available/" ${module}" .ini ]; then
142
142
print_debug "Enabling ${module}"
143
143
silent php-ext enable "${module}"
144
144
php_actual_plugins_enabled="${php_actual_plugins_enabled} ${module}"
@@ -329,7 +329,7 @@ phpfpm_post_init() {
329
329
"alpine" )
330
330
### Weird Opcache issue
331
331
if [ -f "${php_prefix}/conf.d/10-opcache.ini" ] && [ -f "${php_prefix}/conf.d/00-opcache.ini" ] ; then
332
- rm -rf ${php_prefix}/conf.d/00-opcache.ini
332
+ rm -rf " ${php_prefix}" /conf.d/00-opcache.ini
333
333
fi
334
334
;;
335
335
"debian" )
You can’t perform that action at this time.
0 commit comments