summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2023-08-24 13:50:22 -0500
committerGitHub <noreply@github.com>2023-08-24 13:50:22 -0500
commitf86d305d2cd638e70e64ef912d826aa1c448c29b (patch)
tree51972789ec0faaedcf94ca6597499cc041f92d90 /scripts
parent7321669f9cb118f2dc366e35843b801cca310feb (diff)
parentf56f01300512a3083d444d19fbba8323fbce540f (diff)
downloadvyatta-cfg-f86d305d2cd638e70e64ef912d826aa1c448c29b.tar.gz
vyatta-cfg-f86d305d2cd638e70e64ef912d826aa1c448c29b.zip
Merge pull request #67 from jestabro/save-config
save-config: T4292: use vyos-save-config.py
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-cfg-cmd-wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-cfg-cmd-wrapper b/scripts/vyatta-cfg-cmd-wrapper
index 3102690..38f47d6 100755
--- a/scripts/vyatta-cfg-cmd-wrapper
+++ b/scripts/vyatta-cfg-cmd-wrapper
@@ -79,7 +79,7 @@ case "$1" in
exec ${vyatta_sbindir}/my_commit
;;
save)
- exec ${vyatta_sbindir}/vyatta-save-config.pl "${@:2}"
+ exec ${vyos_libexec_dir}/vyos-save-config.py "${@:2}"
;;
load)
exec ${vyos_libexec_dir}/vyos-load-config.py "${@:2}"