diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-07-20 19:26:59 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-07-20 19:29:01 -0500 |
commit | 8c5ba4da49604266d7f07e9849f6f3148378e6b3 (patch) | |
tree | 814b76814f73cabc81b795b8103adc2b204f0b9f | |
parent | 699d83ea8ef01d9c810fc246dbecbc5a8e1dd2a8 (diff) | |
download | vyatta-cfg-8c5ba4da49604266d7f07e9849f6f3148378e6b3.tar.gz vyatta-cfg-8c5ba4da49604266d7f07e9849f6f3148378e6b3.zip |
Bugfix 7357: change the the run command in cfg to use the op mode wrapper to ensure the proper environment for the commands exists
(cherry picked from commit e8302f3e84dcec00e8da06f4a92ece2324d06ffa)
-rwxr-xr-x | etc/bash_completion.d/vyatta-cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index d926958..8d93dad 100755 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -307,7 +307,7 @@ run () echo Incomplete command return 1 fi - _vyatta_op_run $@ + /opt/vyatta/bin/vyatta-op-cmd-wrapper $@ } # do op mode completion |