From cd2ad188bbef4245f64484dc127c12bfd6e9d706 Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Tue, 16 Nov 2010 13:18:15 -0800 Subject: remove error flag now that error locations will be exposed by default. --- scripts/vyatta-cfg-cmd-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/vyatta-cfg-cmd-wrapper') diff --git a/scripts/vyatta-cfg-cmd-wrapper b/scripts/vyatta-cfg-cmd-wrapper index ef4cb81..aa6bf01 100755 --- a/scripts/vyatta-cfg-cmd-wrapper +++ b/scripts/vyatta-cfg-cmd-wrapper @@ -86,7 +86,7 @@ case "$1" in RET_STATUS=$? ;; commit_with_error) - /opt/vyatta/sbin/my_commit -x + /opt/vyatta/sbin/my_commit RET_STATUS=$? ;; save) -- cgit v1.2.3