forked from ungleich-public/cdist
[type/__uci_commit] Send message on commit of a transaction
This commit is contained in:
parent
d3574b2d3e
commit
3a3be36310
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ batchfile="${__global:?}/tmp/__uci/${transaction_name}.txt"
|
||||||
|
|
||||||
test -s "${batchfile}" || exit 0
|
test -s "${batchfile}" || exit 0
|
||||||
|
|
||||||
|
printf 'commit transaction %s\n' "${transaction_name}" >>"${__messages_out:?}"
|
||||||
|
|
||||||
cat <<'EOF'
|
cat <<'EOF'
|
||||||
rollback() {
|
rollback() {
|
||||||
uci changes \
|
uci changes \
|
||||||
|
|
Loading…
Reference in a new issue