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;