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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-10-09 20:30:28 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-10-09 20:30:28 +0300
commit4453dabc5fdf8c138f8a1f5bcd084cca75424d65 (patch)
tree62a041c6504eccf052196221255bd50075f65980
parent7ada7dbdcd20ef0259e9e2c2e9097e7213d80a76 (diff)
install.sh: Don't install config files explicitly (let ncp.sh handle it)
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 6e3d2f61..f400c04f 100644
--- a/install.sh
+++ b/install.sh
@@ -63,6 +63,7 @@ cp -r etc/ncp-templates /usr/local/etc/
install_app lamp.sh
install_app bin/ncp/CONFIG/nc-nextcloud.sh
run_app_unsafe bin/ncp/CONFIG/nc-nextcloud.sh
+rm /usr/local/etc/ncp-config.d/nc-nextcloud.cfg # armbian overlay is ro
systemctl restart mysqld # TODO this shouldn't be necessary, but somehow it's needed in Debian 9.6. Fixme
install_app ncp.sh
run_app_unsafe bin/ncp/CONFIG/nc-init.sh
@@ -70,7 +71,6 @@ echo 'Moving data directory to a more sensible location'
mkdir -p /opt/ncdata
set_app_param nc-datadir.sh DATADIR '/opt/ncdata'
run_app_unsafe bin/ncp/CONFIG/nc-datadir.sh
-rm /usr/local/etc/ncp-config.d/nc-nextcloud.cfg # armbian overlay is ro
rm /.ncp-image
# skip on Armbian / Vagrant / LXD ...