global-functions: support modules (or snippets) in global-functions.d/

This commit is contained in:
Christian Hesse 2026-01-05 11:37:58 +01:00
parent 8fa17d4b3b
commit 8878449b0b

View file

@ -1900,7 +1900,7 @@
}
# load modules
:foreach Script in=[ /system/script/find where name ~ "^mod/." ] do={
:foreach Script in=[ /system/script/find where name ~ "^(global-functions\\.d|mod)/." ] do={
:local ScriptVal [ /system/script/get $Script ];
:if ([ $ValidateSyntax ($ScriptVal->"source") ] = true) do={
:onerror Err {