mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-07-06 01:11:42 +00:00
Compare commits
No commits in common. "b7a5402be62bb59eb9d0400f21f30462508cca0c" and "72660f21a5887fe34ef2214ed7f6ca98709b53ac" have entirely different histories.
b7a5402be6
...
72660f21a5
2 changed files with 1 additions and 10 deletions
|
|
@ -1,9 +0,0 @@
|
|||
#!rsc by RouterOS
|
||||
# RouterOS script: global-functions.d/deprecated
|
||||
# Copyright (c) 2013-2026 Christian Hesse <mail@eworm.de>
|
||||
# https://rsc.eworm.de/COPYING.md
|
||||
#
|
||||
# requires RouterOS, version=7.17
|
||||
#
|
||||
# deprecated global functions
|
||||
# https://rsc.eworm.de/
|
||||
|
|
@ -1397,7 +1397,7 @@
|
|||
source=[ $IfThenElse ($ScriptUpdatesCRLF = true) $SourceCRLF $SourceNew ] $Script;
|
||||
:if ($ScriptVal->"name" = "global-config" || \
|
||||
$ScriptVal->"name" = "global-functions" || \
|
||||
$ScriptVal->"name" ~ ("^(global-functions\\.d|mod)/.")) do={
|
||||
$ScriptVal->"name" ~ ("^mod/.")) do={
|
||||
:set ReloadGlobal true;
|
||||
}
|
||||
} on-error={ }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue