typo
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2024-12-19 12:20:39 +01:00
parent d5e3e0148f
commit 7c24fb7d1a
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ FPM_MAX_SPARE_SERVERS=${FPM_MAX_SPARE_SERVERS:-3}
# set php config
case "${PHP}" in
"php7")
cat >"/etc/${PHP}/php-fpm-d/www.conf" <<EOF
cat >"/etc/${PHP}/php-fpm.d/www.conf" <<EOF
[www]
user = ${USERNAME}
group = ${GROUPNAME}