mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-09 02:29: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
|
# load custom settings from overlay and snippets
|
||||||
:foreach Script in=([ /system/script/find where name="global-config-overlay" ], \
|
: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 {
|
:onerror Err {
|
||||||
/system/script/run $Script;
|
/system/script/run $Script;
|
||||||
} do={
|
} do={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue