1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

global-functions: log successful loading

This commit is contained in:
Christian Hesse
2024-01-18 12:53:17 +01:00
parent bb0c82adb3
commit 8a0a4c355b

View File

@@ -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;