|
|
@ -8,7 +8,9 @@ defaults="$3" |
|
|
|
question=$4 |
|
|
|
db_settitle tasksel/title |
|
|
|
db_subst $question CHOICES "$choices" |
|
|
|
db_set $question "$defaults" |
|
|
|
if [ "x$defaults" != "x-" ]; then |
|
|
|
db_set $question "$defaults" |
|
|
|
fi |
|
|
|
db_input high $question || true |
|
|
|
db_go || true |
|
|
|
db_fset $question seen false |
|
|
|