!fixup shfmt

This commit is contained in:
sparrowhawk 2022-03-22 16:24:36 +01:00
parent 405d1ddc1d
commit 63dc2e3ff5
No known key found for this signature in database
GPG Key ID: 6778C9C29C02D691
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
cat << EOF
cat <<EOF
; This file is managed by cdist, and has been shortened for readability.
; The fine manual is at http://php.net/configuration.file.
@ -28,7 +28,7 @@ upload_max_filesize = ${UPLOAD_MAX_FILESIZE:?}
EOF
if [ -f "${__object:?}/parameter/enable-opcache" ]; then
cat <<- EOF
cat <<-EOF
; opcache enabled by type flag
opcache.enable=1
opcache.enable_cli=1
@ -36,7 +36,7 @@ if [ -f "${__object:?}/parameter/enable-opcache" ]; then
fi
if [ -f "${__object:?}/parameter/enable-apcu" ]; then
cat <<- EOF
cat <<-EOF
; acpu enabled by type flag
apc.enabled=1
apc.enable_cli=1

View File

@ -1,6 +1,6 @@
#!/bin/sh
cat << EOF
cat <<EOF
; PHP-FPM configuration file for $POOL_NAME, PHP version $PHPVER.
; This file is managed by cdist, do not edit by hand!
[$POOL_NAME]