Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8493902d authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'smu44-ecloud-21.0.9.12-patch-44096' into 'ecloud-21.0.9.12'

Corrected URL for "account ready" email templates

See merge request !78
parents be524e60 fe3cda28
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"