From c5031914202d65445011c9074a6c6b20c29b523b Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Fri, 6 Nov 2020 14:55:08 +0530 Subject: [PATCH] telemetry information update --- deploy/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deploy/install.sh b/deploy/install.sh index 0602c48efe..b23cd0613c 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -706,6 +706,7 @@ else } }' > /dev/null fi -echo -e "Thank you for installing appsmith! We want to be transparent and inform you that we do perform telemetry in our on-prem installations. This helps us understand your needs and prioritise features & bug fixes better." -echo -e "All telemetry is 100% anonymous and only statistical in nature. You can read more about it and how to disable it in our documentation https://docs.appsmith.com/telemetry/telemetry" +echo -e "Thank you for installing appsmith! We want to be transparent and inform you that we do perform telemetry in our on-prem installations." +echo -e "All telemetry is 100% anonymous and only statistical in nature." +echo -e "This helps us understand your needs, prioritise features & provide better support to your on-prem instance. You can read more about it and how to disable it in our documentation https://docs.appsmith.com/telemetry/telemetry" echo -e "\nPeace out ✌️\n"