fixed text

This commit is contained in:
Ankit Nayan 2021-02-16 12:27:44 +05:30
parent 65a4649696
commit 4954c18baa

View File

@ -79,7 +79,7 @@ check_os() {
} }
# This function checks if the relevant ports required by Appsmith are available or not # This function checks if the relevant ports required by SigNoz are available or not
# The script should error out in case they aren't available # The script should error out in case they aren't available
check_ports_occupied() { check_ports_occupied() {
local port_check_output local port_check_output
@ -108,8 +108,8 @@ check_ports_occupied() {
fi fi
echo "+++++++++++ ERROR ++++++++++++++++++++++" echo "+++++++++++ ERROR ++++++++++++++++++++++"
echo "Appsmith requires ports 80 & 443 to be open. Please shut down any other service(s) that may be running on these ports." echo "SigNoz requires ports 80 & 443 to be open. Please shut down any other service(s) that may be running on these ports."
echo "You can run appsmith on another port following this guide https://docs.appsmith.com/v/v1.2.1/troubleshooting-guide/deployment-errors" echo "You can run SigNoz on another port following this guide https://signoz.io/docs/deployment/docker#troubleshooting"
echo "++++++++++++++++++++++++++++++++++++++++" echo "++++++++++++++++++++++++++++++++++++++++"
echo "" echo ""
exit 1 exit 1
@ -393,9 +393,9 @@ else
echo "+++++++++++++++++++++++++++++++++++++++++++++++++" echo "+++++++++++++++++++++++++++++++++++++++++++++++++"
echo "" echo ""
echo "Need help Getting Started?" echo "Need help Getting Started?"
echo "Join our Discord server https://discord.com/invite/rBTTVJp" echo "Join us on Slack https://join.slack.com/t/signoz-community/shared_invite/zt-lrjknbbp-J_mI13rlw8pGF4EWBnorJA"
echo "" echo ""
echo "Please share your email to receive support & updates about appsmith!" echo "Please share your email to receive support & updates about SigNoz!"
read -rp 'Email: ' email read -rp 'Email: ' email
DATA='{ "api_key": "H-htDCae7CR3RV57gUzmol6IAKtm5IMCvbcm_fwnL-w", "type": "capture", "event": "Identify Successful Installation", "distinct_id": "'"$SIGNOZ_INSTALLATION_ID"'", "properties": { "os": "'"$os"'", "email": "'"$email"'" } }' DATA='{ "api_key": "H-htDCae7CR3RV57gUzmol6IAKtm5IMCvbcm_fwnL-w", "type": "capture", "event": "Identify Successful Installation", "distinct_id": "'"$SIGNOZ_INSTALLATION_ID"'", "properties": { "os": "'"$os"'", "email": "'"$email"'" } }'