diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-26 14:20:30 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-26 14:20:30 -0700 |
commit | e2e8e49c2a801d1afc87dd376b28f046374c26fd (patch) | |
tree | d91775e6850c78223d2e095a9bf2c674712c446d /scripts | |
parent | 46ed0425ebde3e026b402026cd633bef7c2b6c5f (diff) | |
download | vyatta-cfg-e2e8e49c2a801d1afc87dd376b28f046374c26fd.tar.gz vyatta-cfg-e2e8e49c2a801d1afc87dd376b28f046374c26fd.zip |
switch vyatta-cfg-cmd-wrapper to new config output implementation.
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 e04faeb..2d22235 100755 --- a/scripts/vyatta-cfg-cmd-wrapper +++ b/scripts/vyatta-cfg-cmd-wrapper @@ -71,7 +71,7 @@ case "$1" in RET_STATUS=$? ;; show) - /opt/vyatta/sbin/vyatta-output-config.pl + ${vyatta_sbindir}/my_cli_shell_api showCfg RET_STATUS=$? ;; comment) |