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: 0df3676977c61f99d551163fccb77cf3ce6a910d (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/nextcloudpi-config.d /data/ncp
persistent_cfg /etc/services-enabled.d
persistent_cfg /etc/passwd  # persist ncp-web password

exit 0