summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-cfg-cmd-wrapper2
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)