Skip to content

Commit

Permalink
Clarify telemetry language
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Feb 8, 2024
1 parent f4dd599 commit 21615c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,8 @@ set_telemetry_name() {
if [[ -z ${VOINETWORK_TELEMETRY_NAME} && ! -f "/var/lib/voi/algod/data/logging.config" ]]; then
echo "Voi uses telemetry to make the network better and reward users with Voi if participating."
echo ""
echo "Type your telemetry name below. We'll add 'VOI:' at the start to show you're using this package."
echo "If you wish to opt-in to telemetry sharing, you can provide a telemetry name below."
echo "We'll add 'VOI:' at the start to show you're using this package."
echo ""
echo "To use a custom name, set the VOINETWORK_TELEMETRY_NAME variable before running this script."
echo "Example: export VOINETWORK_TELEMETRY_NAME='my_custom_name'"
Expand Down

0 comments on commit 21615c6

Please sign in to comment.