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:
authornachoparker <nacho@ownyourbits.com>2017-03-24 20:47:22 +0300
committernachoparker <nacho@ownyourbits.com>2017-03-24 23:08:51 +0300
commit28accd2364ea3d5d2e7e65b29750f85dbd60a88d (patch)
tree3d9384c42efd69c9efd43ee2b703b1fcdf0a2a2d /install-nextcloud.sh
parentd2030a74140d4420572aeedfe06958898d31920f (diff)
add HTTPS only setting to nextcloudpi-configv0.0.1
Diffstat (limited to 'install-nextcloud.sh')
-rwxr-xr-xinstall-nextcloud.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-nextcloud.sh b/install-nextcloud.sh
index 3ee182ee..0281938f 100755
--- a/install-nextcloud.sh
+++ b/install-nextcloud.sh
@@ -37,7 +37,7 @@ config $INSTALL_SCRIPT || exit 1
launch_install_qemu "$IMGFILE" $IP || exit 1
CONFDIR=/usr/local/etc/nextcloudpi-config.d/
-copy_to_image "$IMGOUT" $CONFDIR nc-limits.sh nc-datadir.sh
+copy_to_image "$IMGOUT" $CONFDIR nc-limits.sh nc-datadir.sh nc-httpsonly.sh
copy_to_image "$IMGOUT" $CONFDIR/library library.sh
copy_to_image "$IMGOUT" /usr/local/bin/ nextcloudpi-config