forked from ungleich-public/cdist
[type/__debconf_set_selections] Send message about each debconf setting that is changed
This commit is contained in:
parent
a4122882f2
commit
9cf19388ab
1 changed files with 5 additions and 0 deletions
|
@ -46,4 +46,9 @@ then
|
|||
$(cat "${filename}")
|
||||
EOF
|
||||
CODE
|
||||
|
||||
awk '
|
||||
{
|
||||
printf "set %s %s %s %s\n", $1, $2, $3, $4
|
||||
}' "${filename}" >>"${__messages_out:?}"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue