mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
global-functions: log successful loading
This commit is contained in:
parent
bb0c82adb3
commit
8a0a4c355b
1 changed files with 5 additions and 0 deletions
|
@ -1500,5 +1500,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
# Log success
|
||||
:local Resource [ /system/resource/get ];
|
||||
$LogPrintOnce info $0 ("Loaded on " . $Resource->"board-name" . \
|
||||
" with RouterOS " . $Resource->"version" . ".") false;
|
||||
|
||||
# signal we are ready
|
||||
:set GlobalFunctionsReady true;
|
||||
|
|
Loading…
Reference in a new issue