diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-02-02 11:25:31 +0100 |
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2020-02-02 16:02:19 +0100 |
| commit | 7e1462c21ed853b3b4a7cc347091a132f6b4162e (patch) | |
| tree | ea29c26b841d5c0afb087b563d06c91d3f89be7d | |
| parent | 1b3a7598bd7d6958d0a915299ba1957c4e79485a (diff) | |
| download | vyos-1x-7e1462c21ed853b3b4a7cc347091a132f6b4162e.tar.gz vyos-1x-7e1462c21ed853b3b4a7cc347091a132f6b4162e.zip | |
options: T1919: remove broken comment
| -rwxr-xr-x | src/migration-scripts/system/14-to-15 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/migration-scripts/system/14-to-15 b/src/migration-scripts/system/14-to-15 index fd89ae57a..2491e3d0d 100755 --- a/src/migration-scripts/system/14-to-15 +++ b/src/migration-scripts/system/14-to-15 @@ -22,7 +22,6 @@ if not config.exists(base): # Nothing to do sys.exit(0) else: - # delete 'system ipv6 blacklist' node if config.exists(base + ['reboot-on-panic']): reboot = config.return_value(base + ['reboot-on-panic']) config.delete(base + ['reboot-on-panic']) |
