mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-04 02:04:39 +02:00
make GeneratePSK a global function
This commit is contained in:
parent
9c3f3b9f20
commit
7b4bef1a1e
4 changed files with 59 additions and 55 deletions
|
@ -71,7 +71,9 @@
|
|||
#:global "script-updates-baseurl" "https://raw.githubusercontent.com/eworm-de/routeros-scripts/master/";
|
||||
#:global "script-updates-baseurl" "https://gitlab.com/eworm-de/routeros-scripts/raw/master/";
|
||||
:global "script-updates-urlsuffix" "";
|
||||
:global "script-updates-ignore" { "global-config"; "GeneratePSK" };
|
||||
:global "script-updates-ignore" {
|
||||
"global-config"
|
||||
}
|
||||
|
||||
# Do *NOT* change these!
|
||||
:global "sent-routeros-update-notification" "-";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue