From 05dd597d97b8832606022a035b17e7f7cee3d8ab Mon Sep 17 00:00:00 2001 From: deniska-666 <137393345+deniska-666@users.noreply.github.com> Date: Fri, 22 Mar 2024 22:19:27 +0100 Subject: [PATCH] Update BackupAndUpdate.rsc --- BackupAndUpdate.rsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BackupAndUpdate.rsc b/BackupAndUpdate.rsc index cad2f47..6d72f9e 100644 --- a/BackupAndUpdate.rsc +++ b/BackupAndUpdate.rsc @@ -422,7 +422,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik ## Reboot system to boot with new firmware /system reboot; } else={ - :log info "$SMP It appers that your routerboard is already up to date, skipping this step."; + :log info "$SMP It appears that your routerboard is already up to date, skipping this step."; :set updateStep 3; }; } @@ -453,7 +453,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik :log info "$SMP Sending email message, it will take around half a minute..."; :do {/tool e-mail send to=$emailAddress subject=$mailSubject body=$mailBody file=$mailAttachments;} on-error={ :delay 5s; - :log error "$SMP could not send email message ($[/tool e-mail get last-status]). Going to try it again in a while." + :log error "$SMP could not send email message ($[/tool e-mail get last-status]). Will attempt redelivery shortly." :delay 5m;