__debconf_set_selections: cat the file referenced, not the parameter!

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-06 20:40:18 +02:00
parent d75f2d4d29
commit 9610dbf10f
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@
#
echo "debconf-set-selections << __file-eof"
cat "$__object/parameter/file"
cat "$(cat "$__object/parameter/file")"
echo "__file-eof"