fix(install.sh): update typo (#1679)

This commit is contained in:
Ran Ribenzaft 2023-11-20 13:09:40 +02:00 committed by GitHub
parent 2269b3a3ea
commit 1d7d705b31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ sudo usermod -aG docker "${USER}" || true
# Prompt for DOMAIN_NAME input
echo -e "${GREEN}Please provide your domain name.${NC}"
echo "Let's get the exact domain PostHog will be installed on"
echo "Let's get the exact domain OpenReplay will be installed on"
echo "Make sure that you have a Host A DNS record pointing to this instance!"
echo "This will be used for TLS 🔐"
echo -e "ie: my-openreplay.company.com (NOT an IP address)\n"