diff options
| author | John Estabrook <jestabro@vyos.io> | 2022-03-10 10:23:28 -0600 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2022-03-10 12:35:10 -0600 |
| commit | f474a575f23465dfe93ba2ae44a8076659c5546a (patch) | |
| tree | b8856fc89c63bad614b1039f92983e210960dfee /functions/wrapper/script-template | |
| parent | 18e2864769226e39479cf3fc3be2dc5ec67acac1 (diff) | |
| download | vyatta-cfg-f474a575f23465dfe93ba2ae44a8076659c5546a.tar.gz vyatta-cfg-f474a575f23465dfe93ba2ae44a8076659c5546a.zip | |
Revert "save-config: T4292: use vyos-save-config.py"
This reverts commit 18e2864769226e39479cf3fc3be2dc5ec67acac1.
Revert while investigating failure in vyos-configtest.
Diffstat (limited to 'functions/wrapper/script-template')
| -rw-r--r-- | functions/wrapper/script-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/wrapper/script-template b/functions/wrapper/script-template index 4318fe5..f88f410 100644 --- a/functions/wrapper/script-template +++ b/functions/wrapper/script-template @@ -124,7 +124,7 @@ function save () reset_edit_level # transform individual args into quoted strings local arg='' - local save_cmd="${vyos_libexec_dir}/vyos-save-config.py" + local save_cmd="${vyatta_sbindir}/vyatta-save-config.pl" for arg in "$@"; do save_cmd+=" '$arg'" done |
