From c919a8313633caff125f734d76980aa05c861b23 Mon Sep 17 00:00:00 2001 From: Alexander Tebiev Date: Sat, 25 Nov 2023 14:37:29 +0100 Subject: [PATCH] 23.11.25 --- BackupAndUpdate.rsc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/BackupAndUpdate.rsc b/BackupAndUpdate.rsc index 7960bf6..8b39781 100644 --- a/BackupAndUpdate.rsc +++ b/BackupAndUpdate.rsc @@ -53,8 +53,8 @@ ## If true, device public IP address information will be included into the email message :local detectPublicIpAddress true; -## Only anonymous information, such as script mode, device model, and OS version, will be collected. -:local allowAnonymousTelemetryCollection true; +## Allow anonymous statistics collection. (script mode, device model, OS version) +:local allowAnonymousStatisticsCollection true; ##------------------------------------------------------------------------------------------## # !!!! DO NOT CHANGE ANYTHING BELOW THIS LINE, IF YOU ARE NOT SURE WHAT YOU ARE DOING !!!! # @@ -273,12 +273,12 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik ## IP address detection & anonymous telemetry :if ($updateStep = 1 or $updateStep = 3) do={ :if ($updateStep = 3) do={ - :log info ("$SMP Waiting for one minute before continue the final step."); + :log info ("$SMP Waiting for one minute before continuing to the final step."); :delay 1m; } - :if ($detectPublicIpAddress = true or $allowAnonymousTelemetryCollection = true) do={ - :if ($allowAnonymousTelemetryCollection = true) do={ + :if ($detectPublicIpAddress = true or $allowAnonymousStatisticsCollection = true) do={ + :if ($allowAnonymousStatisticsCollection = true) do={ :set telemetryDataQuery ("\?mode=" . $scriptMode . "&osver=" . $deviceOsVerInst . "&model=" . $deviceRbModel); }