diff options
author | Michael Larson <mike@vyatta.com> | 2010-11-16 13:18:15 -0800 |
---|---|---|
committer | Michael Larson <mike@vyatta.com> | 2010-11-16 13:18:15 -0800 |
commit | cd2ad188bbef4245f64484dc127c12bfd6e9d706 (patch) | |
tree | 31a227037736f9df091598242a6b706d73f92e6f /scripts | |
parent | 2eb16aeeab5f8499e8d9689935f4c065d84bc4c7 (diff) | |
download | vyatta-cfg-cd2ad188bbef4245f64484dc127c12bfd6e9d706.tar.gz vyatta-cfg-cd2ad188bbef4245f64484dc127c12bfd6e9d706.zip |
remove error flag now that error locations will be exposed by default.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-cfg-cmd-wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
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) |