From 2ffd41bc39e74d49e4e6d3d135c7a94dc1ebc43d Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Tue, 23 Nov 2010 15:38:40 -0800 Subject: Add COMMIT_VIA environment variable. --- scripts/vyatta-cfg-cmd-wrapper | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/vyatta-cfg-cmd-wrapper b/scripts/vyatta-cfg-cmd-wrapper index aa6bf01..569b68f 100755 --- a/scripts/vyatta-cfg-cmd-wrapper +++ b/scripts/vyatta-cfg-cmd-wrapper @@ -79,11 +79,13 @@ case "$1" in RET_STATUS=$? ;; commit) + export COMMIT_VIA=cfg-cmd-wrapper # 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=$? + unset COMMIT_VIA ;; commit_with_error) /opt/vyatta/sbin/my_commit -- cgit v1.2.3