diff options
author | Michael Larson <mike@vyatta.com> | 2010-11-09 11:40:29 -0800 |
---|---|---|
committer | Michael Larson <mike@vyatta.com> | 2010-11-09 11:40:29 -0800 |
commit | 87d1c907559c1962db2db0e5a5b92c016719bace (patch) | |
tree | 628883452f6744f8e0dc2a476254150f7c4c5d67 /scripts | |
parent | f573c75306a8de16ef04ee55a85db7a7fcc0d117 (diff) | |
download | vyatta-cfg-87d1c907559c1962db2db0e5a5b92c016719bace.tar.gz vyatta-cfg-87d1c907559c1962db2db0e5a5b92c016719bace.zip |
modify formatting options for GUI client on -x option. Set option on GUI invoked commit.
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 6eeff99..ef4cb81 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 -e + /opt/vyatta/sbin/my_commit -x RET_STATUS=$? ;; save) |