diff options
Diffstat (limited to 'scripts/vyatta-cfg-cmd-wrapper')
-rwxr-xr-x | scripts/vyatta-cfg-cmd-wrapper | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/vyatta-cfg-cmd-wrapper b/scripts/vyatta-cfg-cmd-wrapper index e994742..144fc2a 100755 --- a/scripts/vyatta-cfg-cmd-wrapper +++ b/scripts/vyatta-cfg-cmd-wrapper @@ -80,7 +80,10 @@ case "$1" in RET_STATUS=$? ;; commit) - /opt/vyatta/sbin/my_commit + # debug file /tmp/bar should be deleted before release + /opt/vyatta/sbin/my_commit -a >> /tmp/bar + /opt/vyatta/sbin/my_commit -s >> /tmp/bar + /opt/vyatta/sbin/my_commit -e -d >> /tmp/bar RET_STATUS=$? ;; save) |