From 2fbebaae5fdd099ed0c16c6ac66e3244763878ea Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 3 Feb 2023 14:51:56 +0100 Subject: [PATCH] also add quotes to talk and collabora Signed-off-by: Simon L --- manual-install/update-yaml.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual-install/update-yaml.sh b/manual-install/update-yaml.sh index fb45bd5b..5e934b09 100644 --- a/manual-install/update-yaml.sh +++ b/manual-install/update-yaml.sh @@ -61,8 +61,8 @@ done sed -i 's|_ENABLED=|_ENABLED=no # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically.|' sample.conf sed -i 's|CLAMAV_ENABLED=no.*|CLAMAV_ENABLED=no # Setting this to "yes" (with quotes) enables the option in Nextcloud automatically. Note: latest-arm64 has no clamav support|' sample.conf -sed -i 's|TALK_ENABLED=no|TALK_ENABLED=yes|' sample.conf -sed -i 's|COLLABORA_ENABLED=no|COLLABORA_ENABLED=yes|' sample.conf +sed -i 's|TALK_ENABLED=no|TALK_ENABLED="yes"|' sample.conf +sed -i 's|COLLABORA_ENABLED=no|COLLABORA_ENABLED="yes"|' sample.conf sed -i 's|COLLABORA_DICTIONARIES=|COLLABORA_DICTIONARIES="de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru" # You can change this in order to enable other dictionaries for collabora|' sample.conf sed -i 's|NEXTCLOUD_DATADIR=|NEXTCLOUD_DATADIR=nextcloud_aio_nextcloud_data # You can change this to e.g. "/mnt/ncdata" to map it to a location on your host. It needs to be adjusted before the first startup and never afterwards!|' sample.conf sed -i 's|NEXTCLOUD_MOUNT=|NEXTCLOUD_MOUNT=/mnt/ # This allows the Nextcloud container to access directories on the host. It must never be equal to the value of NEXTCLOUD_DATADIR!|' sample.conf