diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-21 10:03:22 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-21 10:04:51 +0100 |
commit | eb8bac3df75ae239de39c65f24ffd8a9060bd8d4 (patch) | |
tree | ba37067106371a5b3701fff2589675033a5280fd /data | |
parent | 9b8e3d83e9cf106e2203300e1d5b940f839c9827 (diff) | |
download | vyos-1x-eb8bac3df75ae239de39c65f24ffd8a9060bd8d4.tar.gz vyos-1x-eb8bac3df75ae239de39c65f24ffd8a9060bd8d4.zip |
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.
Diffstat (limited to 'data')
-rw-r--r-- | data/configd-include.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |