ncp-templates/*: Remove side effects from ncp-templates

Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
thecalcaholic 2022-09-16 01:42:36 +02:00
parent a97c73d420
commit 199dcc014f
No known key found for this signature in database
GPG Key ID: 3510056072886A8F
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
set -e
source /usr/local/etc/library.sh
cat > /etc/apache2/conf-available/http2.conf <<EOF
cat <<EOF
Protocols h2 h2c http/1.1
# HTTP2 configuration

View File

@ -11,7 +11,7 @@ else
INNODB_BUFFER_POOL_SIZE="$(source "${BINDIR}/CONFIG/nc-limits.sh"; tmpl_innodb_buffer_pool_size)"
fi
cat > /etc/mysql/mariadb.conf.d/91-ncp.cnf <<EOF
cat <<EOF
[mysqld]
transaction_isolation = READ-COMMITTED
innodb_large_prefix=true