From fe3cda2884a5f64f290bb66478b0cfc094d54183 Mon Sep 17 00:00:00 2001 From: Sylvain Manceau Date: Thu, 25 Aug 2022 10:09:45 +0000 Subject: [PATCH] Corrected URL for "account ready" email templates --- scripts/postinstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/postinstall.sh b/scripts/postinstall.sh index 88d9230..6ec4e65 100755 --- a/scripts/postinstall.sh +++ b/scripts/postinstall.sh @@ -102,6 +102,7 @@ echo "Setting the right domain in welcome templates" docker-compose exec -T welcome find /var/www/html/invite_template/ -type f -exec sed -i "s/ecloud\.global/$DOMAIN/g" {} \; docker-compose exec -T welcome find /var/www/html/invite_template/ -type f -exec sed -i "s/e\.email/$DOMAIN/g" {} \; docker-compose exec -T welcome find /var/www/html/ -type f -name '*.html' -exec sed -i "s/e\.email/$DOMAIN/g" {} \; +docker-compose exec -T welcome find /var/www/html/account_created_templates/ -type f -exec sed -i "s/ecloud\.global/$DOMAIN/g" {} \; # display DKIM DNS setup info/instructions to the user echo -e "\n\n\n" -- GitLab