diff options
author | Deepti Kulkarni <deepti@vyatta.com> | 2011-06-13 09:21:16 -0700 |
---|---|---|
committer | Deepti Kulkarni <deepti@vyatta.com> | 2011-06-13 09:21:16 -0700 |
commit | c00d2de0aed194a3fd22e1c9a1b2c1f3ec6b2f82 (patch) | |
tree | 9132d04bd5dfbccba8f81f0044511b082ce65c33 /etc/bash_completion.d/vyatta-cfg | |
parent | 09b9575cf6348308fc3066aacb439afcaae1d4d1 (diff) | |
download | vyatta-cfg-c00d2de0aed194a3fd22e1c9a1b2c1f3ec6b2f82.tar.gz vyatta-cfg-c00d2de0aed194a3fd22e1c9a1b2c1f3ec6b2f82.zip |
part of bug fix 7178 - suppress the non-required messages.
Diffstat (limited to 'etc/bash_completion.d/vyatta-cfg')
-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 dfd73ac..01b2a13 100755 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -126,7 +126,7 @@ commit () export COMMIT_COMMENT="$comment" export COMMIT_VIA=cli - /opt/vyatta/sbin/my_commit "${args[@]}" + /opt/vyatta/sbin/my_commit "${args[@]}" 2>&1 | grep -v '^run-parts:' unset COMMIT_VIA unset COMMIT_COMMENT } |