From eb8bac3df75ae239de39c65f24ffd8a9060bd8d4 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 21 Nov 2020 10:03:22 +0100 Subject: system: T3078: fix vyos-configd handling for "system option" path In commit 193323ba ('system: T3078: rename "system options" -> "system option'") the Python handler was renamed but so was not the JSON file corresponding to the vyos-configd enabled scripts. --- data/configd-include.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/configd-include.json') diff --git a/data/configd-include.json b/data/configd-include.json index 346e98838..eb1dd13f9 100644 --- a/data/configd-include.json +++ b/data/configd-include.json @@ -47,7 +47,7 @@ "system-ip.py", "system-ipv6.py", "system-login-banner.py", -"system-options.py", +"system-option.py", "system-syslog.py", "system-timezone.py", "system_console.py", -- cgit v1.2.3