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:26:59 -0500 |
commit | e8302f3e84dcec00e8da06f4a92ece2324d06ffa (patch) | |
tree | 0df668243e7c6ff7975f501bc4cb5fa0e486f99f /etc | |
parent | 38e13b5c72eb04eb867d8b0eac94849240cee3b4 (diff) | |
download | vyatta-cfg-e8302f3e84dcec00e8da06f4a92ece2324d06ffa.tar.gz vyatta-cfg-e8302f3e84dcec00e8da06f4a92ece2324d06ffa.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
Diffstat (limited to 'etc')
-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 |