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

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

source /usr/local/etc/library.sh

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

exit 0