From 28accd2364ea3d5d2e7e65b29750f85dbd60a88d Mon Sep 17 00:00:00 2001 From: nachoparker Date: Fri, 24 Mar 2017 18:47:22 +0100 Subject: add HTTPS only setting to nextcloudpi-config --- install-nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install-nextcloud.sh') 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 -- cgit v1.2.3