mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 22:52:00 -03:30
10 lines
181 B
Bash
10 lines
181 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
source /usr/local/etc/library.sh
|
|
|
|
run_app nc-autoupdate-nc
|
|
|
|
install_template "mysql/91-ncp.cnf.sh" "/etc/mysql/mariadb.conf.d/91-ncp.cnf"
|
|
service mariadb reload
|