global-functions: $WaitForFile: drop the warning on file handling breakage...

... but keep the workaround for now - just to be sure.
This commit is contained in:
Christian Hesse 2025-02-19 22:21:03 +01:00
parent 2c92c78b46
commit 58da92e36a

View file

@ -1682,7 +1682,6 @@
:global CleanFilePath;
:global EitherOr;
:global LogPrintOnce;
:global MAX;
:set FileName [ $CleanFilePath $FileName ];
@ -1701,10 +1700,7 @@
:do {
/file/get $FileName;
:return true;
} on-error={
$LogPrintOnce warning $0 \
("Hit the infamous file handling breakage (SUP-179200) introduced with RouterOS 7.18beta2...");
}
} on-error={ }
:delay $Delay;
:set Delay ($Delay * 3 / 2);
}