mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-02 09:14:39 +02:00
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:
parent
2c92c78b46
commit
58da92e36a
1 changed files with 1 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue