From 8efdae92176cc29d27291db752c6c97709b5f86b Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Thu, 30 Nov 2023 11:45:53 +0100 Subject: [PATCH 1/2] [fix] overwrite.cli.url should contains path --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2f16071..a169962 100755 --- a/scripts/install +++ b/scripts/install @@ -198,7 +198,7 @@ exec_occ config:system:get logout_url >/dev/null 2>&1 \ # CHANGE HOSTNAME FOR ACTIVITY NOTIFICATIONS #================================================= -exec_occ config:system:set overwrite.cli.url --value="https://${domain}" +exec_occ config:system:set overwrite.cli.url --value="https://${domain}${path}" #================================================= # REMOVE THE TEMPORARY ADMIN AND SET THE TRUE ONE From ac91d3a6769747fd3819484ae8c02446e5cc0a30 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Thu, 30 Nov 2023 11:48:18 +0100 Subject: [PATCH 2/2] [fix] Upgrade the bad overwrite.cli.url with path --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 85ab559..aac8c8d 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -312,7 +312,7 @@ EOF # CHANGE HOSTNAME FOR ACTIVITY NOTIFICATIONS #================================================= - exec_occ config:system:set overwrite.cli.url --value="https://${domain}" + exec_occ config:system:set overwrite.cli.url --value="https://${domain}${path}" #================================================= # MOUNT HOME FOLDERS AS EXTERNAL STORAGE