subiquity/bin/console-conf-wrapper

9 lines
124 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
trap true HUP INT QUIT TSTP
cat /usr/share/subiquity/console-conf-wait
read REPLY
exec console-conf "$@"