Welcome to mirror list, hosted at ThFree Co, Russian Federation.

000ncp « nextcloudpi « docker - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f23f01838ca2d9a3f2843018b5b388af53a75ecc (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

source /usr/local/etc/library.sh

# INIT NCP CONFIG (first run)
persistent_cfg /usr/local/etc/nextcloudpi-config.d /data/ncp
persistent_cfg /etc/services-enabled.d

exit 0