From 23e31ae3fd2e83ca983a978b2687b20dcc928e14 Mon Sep 17 00:00:00 2001 From: deniska-666 <137393345+deniska-666@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:21:38 +0100 Subject: [PATCH] Update BackupAndUpdate.rsc --- BackupAndUpdate.rsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BackupAndUpdate.rsc b/BackupAndUpdate.rsc index fa4d6a8..cad2f47 100644 --- a/BackupAndUpdate.rsc +++ b/BackupAndUpdate.rsc @@ -417,7 +417,7 @@ if ([:len [/system identity get name]] = 0 or [/system identity get name] = "Mik ## Wait until the upgrade is completed :delay 5s; :log info "$SMP routerboard upgrade process was completed, going to reboot in a moment!"; - ## Set scheduled task to send final report on the next boot, task will be deleted when is is done. (That is why you should keep original script name) + ## Set scheduled task to send final report on the next boot, task will be deleted when it is done. (That is why you should keep original script name) /system scheduler add name=BKPUPD-FINAL-REPORT-ON-NEXT-BOOT on-event=":delay 5s; /system scheduler remove BKPUPD-FINAL-REPORT-ON-NEXT-BOOT; :global buGlobalVarUpdateStep 3; :delay 10s; /system script run BackupAndUpdate;" start-time=startup interval=0; ## Reboot system to boot with new firmware /system reboot;