mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-21 09:25:42 +02:00
global-functions: $WaitForFile: drop the workaround
This was fixed in RouterOS 7.18rc1, so should be ok to remove now.
This commit is contained in:
parent
fb8e616846
commit
e08bb2192d
1 changed files with 0 additions and 9 deletions
|
@ -1757,15 +1757,6 @@
|
||||||
:set I ($I + 1);
|
:set I ($I + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
:while ([ :len [ /file/find where name=$FileName ] ] > 0) do={
|
|
||||||
:do {
|
|
||||||
/file/get $FileName;
|
|
||||||
:return true;
|
|
||||||
} on-error={ }
|
|
||||||
:delay $Delay;
|
|
||||||
:set Delay ($Delay * 3 / 2);
|
|
||||||
}
|
|
||||||
|
|
||||||
:return false;
|
:return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue