From 49d94b388e84408471574aca003ea4b12c5f8200 Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 30 Jun 2022 16:55:35 +0200 Subject: [PATCH] remove the onlyoffice secret from latest-arm64.yml Signed-off-by: szaimen --- manual-install/update-yaml.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/manual-install/update-yaml.sh b/manual-install/update-yaml.sh index de3987b7..cfa82761 100644 --- a/manual-install/update-yaml.sh +++ b/manual-install/update-yaml.sh @@ -119,5 +119,6 @@ sed -i '/CLAMAV_ENABLED/d' latest-arm64.yml sed -i '/ nextcloud-aio-onlyoffice:/,/^$/d' latest-arm64.yml sed -i '/nextcloud[-_]aio[-_]onlyoffice/d' latest-arm64.yml sed -i '/ONLYOFFICE_ENABLED/d' latest-arm64.yml +sed -i '/ONLYOFFICE_SECRET/d' latest-arm64.yml rm containers.yml