Skip to content

Commit afd60b0

Browse files
committed
Preserve telemetry name if already set.
If telemetry is disabled direct user to enable (if so desired) by running applicable binary command.
1 parent 894e2e4 commit afd60b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ set_telemetry_name() {
483483
elif [[ -n ${VOINETWORK_TELEMETRY_NAME} ]]; then
484484
echo "Your telemetry name is already set to '${VOINETWORK_TELEMETRY_NAME}'"
485485
else
486-
echo "Telemetry is disabled. To enable telemetry, execute the command ${HOME}/voi/bin/set-telemetry-name."
486+
echo "Telemetry is disabled. To enable telemetry, execute the command ${HOME}/voi/bin/set-telemetry-name"
487487
fi
488488
}
489489

0 commit comments

Comments
 (0)