From 8c5ba4da49604266d7f07e9849f6f3148378e6b3 Mon Sep 17 00:00:00 2001 From: John Southworth Date: Wed, 20 Jul 2011 19:26:59 -0500 Subject: 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) --- etc/bash_completion.d/vyatta-cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3