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

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

source /usr/local/etc/library.sh

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

exit 0