summaryrefslogtreecommitdiff
path: root/src/migration-scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-02-02 11:25:31 +0100
committerChristian Poessinger <christian@poessinger.com>2020-02-02 16:02:19 +0100
commit7e1462c21ed853b3b4a7cc347091a132f6b4162e (patch)
treeea29c26b841d5c0afb087b563d06c91d3f89be7d /src/migration-scripts
parent1b3a7598bd7d6958d0a915299ba1957c4e79485a (diff)
downloadvyos-1x-7e1462c21ed853b3b4a7cc347091a132f6b4162e.tar.gz
vyos-1x-7e1462c21ed853b3b4a7cc347091a132f6b4162e.zip
options: T1919: remove broken comment
Diffstat (limited to 'src/migration-scripts')
-rwxr-xr-xsrc/migration-scripts/system/14-to-151
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'])