mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
7 lines
157 B
Bash
7 lines
157 B
Bash
#!/usr/bin/env bash
|
|
|
|
source /usr/local/etc/library.sh
|
|
|
|
install_template "mysql/91-ncp.cnf.sh" "/etc/mysql/mariadb.conf.d/91-ncp.cnf"
|
|
service mariadb restart
|