__debconf_set_selections: cat the file referenced, not the parameter!
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
d75f2d4d29
commit
9610dbf10f
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@
|
|||
#
|
||||
|
||||
echo "debconf-set-selections << __file-eof"
|
||||
cat "$__object/parameter/file"
|
||||
cat "$(cat "$__object/parameter/file")"
|
||||
echo "__file-eof"
|
||||
|
|
Loading…
Reference in a new issue