From a80591f51077130ddbaf88618b4c151c7a195e0f Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 9 Jul 2018 22:59:16 +0200 Subject: script-updates: always accept updates from file --- global-config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'global-config') diff --git a/global-config b/global-config index b71b0bd..e5750c6 100644 --- a/global-config +++ b/global-config @@ -38,12 +38,11 @@ :global "ntp-pool" "pool.ntp.org"; # Enable this to fetch scripts from given url. -:global "script-updates-fetch" false; +:global "script-updates-fetch" true; :global "script-updates-baseurl" "https://git.eworm.de/cgit.cgi/routeros-scripts/plain/"; #: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-ignore" { "global-config"; "GeneratePSK" } -:global "script-updates-fetch-ignore" { "" }; +:global "script-updates-ignore" { "global-config"; "GeneratePSK" }; # Do *NOT* change these! :global "sent-routeros-update-notification" false; -- cgit v1.2.3-54-g00ecf