sed command +g

This commit is contained in:
Guillermo
2026-02-12 12:51:33 +00:00
parent 2ef0a742e1
commit 122a10be49

View File

@@ -127,7 +127,7 @@ fi
if ! grep -q "XXX" docker-compose.yml; then
echo "⚠ No encuentro XXX en docker-compose.yml. Revisa el archivo a mano."
else
sed -i "s/XXX/$SUBDOMAIN/" docker-compose.yml
sed -i "s/XXX/$SUBDOMAIN/g" docker-compose.yml
fi
if [[ $DOMAIN == $SUBDOMAIN ]]; then
set DOMAIN=$DOMAIN".analytics.beyondcx.org"