diff options
author | John Estabrook <jestabro@sentrium.io> | 2019-08-31 18:25:34 -0500 |
---|---|---|
committer | John Estabrook <jestabro@sentrium.io> | 2019-08-31 18:25:34 -0500 |
commit | 2efab7cecff92a44245fdc32d928faf6386a6e03 (patch) | |
tree | 0404c96db907214167a7e14d72a3a829d4c6df57 /scripts | |
parent | 3b7d2170c410eacf09ae5160fc5889bdd7acea52 (diff) | |
download | vyatta-cfg-2efab7cecff92a44245fdc32d928faf6386a6e03.tar.gz vyatta-cfg-2efab7cecff92a44245fdc32d928faf6386a6e03.zip |
[boot-config-loader] T1622: Add failsafe and backtrace to boot config loader
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/init/vyos-router | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/init/vyos-router b/scripts/init/vyos-router index 0a0f6f1..0a8eb8d 100755 --- a/scripts/init/vyos-router +++ b/scripts/init/vyos-router @@ -98,7 +98,7 @@ load_bootfile () # build-specific environment for boot-time config loading source /etc/default/vyatta-load-boot fi - sg ${GROUP} -c "$vyatta_sbindir/vyatta-boot-config-loader $BOOTFILE" + sg ${GROUP} -c "$vyos_libexec_dir/vyos-boot-config-loader.py $BOOTFILE" ) } |