mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 18:25:17 +02:00
global-functions: introduce $ScriptRunOnce
This commit is contained in:
parent
d1ef710093
commit
483506b189
4 changed files with 49 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
# Make sure all configuration properties are up to date and this
|
||||
# value is in sync with value in script 'global-functions'!
|
||||
:global GlobalConfigVersion 61;
|
||||
:global GlobalConfigVersion 62;
|
||||
|
||||
# This is used for DNS and backup file.
|
||||
:global Domain "example.com";
|
||||
|
@ -167,6 +167,10 @@
|
|||
# use next branch with default url (git.eworm.de)
|
||||
#:global ScriptUpdatesUrlSuffix "\?h=next";
|
||||
|
||||
# Use this for defaults with $ScriptRunOnce
|
||||
:global ScriptRunOnceBaseUrl "";
|
||||
:global ScriptRunOnceUrlSuffix "";
|
||||
|
||||
# This project is developed in private spare time and usage is free of charge
|
||||
# for you. If you like the scripts and think this is of value for you or your
|
||||
# business please consider a donation:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue