fix(install.sh): update typo (#1679)
This commit is contained in:
parent
2269b3a3ea
commit
1d7d705b31
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue