diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-09-02 20:37:48 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-09-02 20:37:48 +0200 |
commit | 710728ee8eb6def82f9a142468960f6985dcf4e8 (patch) | |
tree | dd167f7544e33568cbb7558b98756eae024ecdc3 | |
parent | 2efab7cecff92a44245fdc32d928faf6386a6e03 (diff) | |
download | vyatta-cfg-710728ee8eb6def82f9a142468960f6985dcf4e8.tar.gz vyatta-cfg-710728ee8eb6def82f9a142468960f6985dcf4e8.zip |
Revert "[boot-config-loader] T1622: Add failsafe and backtrace to boot config loader"
This reverts commit 2efab7cecff92a44245fdc32d928faf6386a6e03.
-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 0a8eb8d..0a0f6f1 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 "$vyos_libexec_dir/vyos-boot-config-loader.py $BOOTFILE" + sg ${GROUP} -c "$vyatta_sbindir/vyatta-boot-config-loader $BOOTFILE" ) } |