diff --git a/scripts/postinstall.sh b/scripts/postinstall.sh index 88d9230b41e67fa61c1e9303b2e458e1cdcde87e..6ec4e65bb84bb40c14702fa985f7242b5d8a8eb9 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"