mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-07-25 21:34:34 +02:00
global-functions: $FlushEmailQueue: fix syntax
This commit is contained in:
parent
60ec200945
commit
fe3d582c1f
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@
|
||||||
:set AllDone false;
|
:set AllDone false;
|
||||||
:set Wait false;
|
:set Wait false;
|
||||||
}
|
}
|
||||||
} while ($Wait = true);
|
} while=($Wait = true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue