diff options
author | John Estabrook <jestabro@sentrium.io> | 2019-10-01 11:31:42 -0500 |
---|---|---|
committer | John Estabrook <jestabro@sentrium.io> | 2019-10-01 11:31:42 -0500 |
commit | 9e74ad7ef0c043bc7bd1fa14b6708cc11ab3bc5c (patch) | |
tree | 7fd9e531184d29615876a69726d6a3f6dc924de2 /scripts | |
parent | 710728ee8eb6def82f9a142468960f6985dcf4e8 (diff) | |
download | vyatta-cfg-9e74ad7ef0c043bc7bd1fa14b6708cc11ab3bc5c.tar.gz vyatta-cfg-9e74ad7ef0c043bc7bd1fa14b6708cc11ab3bc5c.zip |
T1424: Rewrite the config load script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-cfg-cmd-wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-cfg-cmd-wrapper b/scripts/vyatta-cfg-cmd-wrapper index 952112f..896f7ed 100755 --- a/scripts/vyatta-cfg-cmd-wrapper +++ b/scripts/vyatta-cfg-cmd-wrapper @@ -81,7 +81,7 @@ case "$1" in exec ${vyatta_sbindir}/vyatta-save-config.pl "${@:2}" ;; load) - exec ${vyatta_sbindir}/vyatta-load-config.pl "${@:2}" + exec ${vyos_libexec_dir}/vyos-load-config.py "${@:2}" ;; rule-rename) # this option is to be used for renaming firewall and nat rules only |