mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
49737af6d1
This matches the string included in export.
6 lines
170 B
Text
6 lines
170 B
Text
#!rsc by RouterOS
|
|
# RouterOS script: early-errors
|
|
|
|
:global LogPrintExit;
|
|
|
|
$LogPrintExit warning ("This script has been replaced. Please migrate to 'log-forward'.") true;
|