mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-07 09:39:32 +00:00
global-config: fix regex to load overlay snippets
This commit is contained in:
parent
623f96d94a
commit
4af18ced9e
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@
|
|||
#
|
||||
# load custom settings from overlay and snippets
|
||||
:foreach Script in=([ /system/script/find where name="global-config-overlay" ], \
|
||||
[ /system/script/find where name~"^global-config-overlay.d/" ]) do={
|
||||
[ /system/script/find where name~"^global-config-overlay\\.d/." ]) do={
|
||||
:onerror Err {
|
||||
/system/script/run $Script;
|
||||
} do={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue