summaryrefslogtreecommitdiff
path: root/scripts/init
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2021-01-04 10:03:47 -0600
committerGitHub <noreply@github.com>2021-01-04 10:03:47 -0600
commit54097678f5754780983b01ce632f2750f230a422 (patch)
treeaf2f16040574907e356bfea1bb6d8f0270650caf /scripts/init
parent80e24b9dcf24dd39be5a1916e3d638b4c01f3783 (diff)
parent276d8e2690ef0dc6c3ecc249f12c242b6ad0e751 (diff)
downloadvyatta-cfg-54097678f5754780983b01ce632f2750f230a422.tar.gz
vyatta-cfg-54097678f5754780983b01ce632f2750f230a422.zip
Merge pull request #30 from jestabro/T3161
migration: T3161: remove ConfigLoad.pm, all dependents and references
Diffstat (limited to 'scripts/init')
-rwxr-xr-xscripts/init/vyos-router3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/init/vyos-router b/scripts/init/vyos-router
index 2668390..9130307 100755
--- a/scripts/init/vyos-router
+++ b/scripts/init/vyos-router
@@ -100,9 +100,6 @@ load_bootfile ()
fi
if [ -x $vyos_libexec_dir/vyos-boot-config-loader.py ]; then
sg ${GROUP} -c "$vyos_libexec_dir/vyos-boot-config-loader.py $BOOTFILE"
- else
- # if not available, fallback to earlier version
- sg ${GROUP} -c "$vyatta_sbindir/vyatta-boot-config-loader $BOOTFILE"
fi
)
}