From 5808d439fa1a254a368c24e5ea159d7dbc7b8179 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 2 May 2023 21:51:08 +0200 Subject: [PATCH] set FQDN and not conf name Signed-off-by: Daniel Hansson --- lets-encrypt/test-new-config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lets-encrypt/test-new-config.sh b/lets-encrypt/test-new-config.sh index 06b11e7f..54d5f32a 100644 --- a/lets-encrypt/test-new-config.sh +++ b/lets-encrypt/test-new-config.sh @@ -35,8 +35,8 @@ then fi # Set the domain as trusted -add_to_trusted_domains "$1" -nextcloud_occ config:system:set overwrite.cli.url --value="https://$1" +add_to_trusted_domains "$FQDOMAIN" +nextcloud_occ config:system:set overwrite.cli.url --value="https://$FQDOMAIN" nextcloud_occ maintenance:update:htaccess # Add crontab