subiquity/bin/console-conf-wrapper

11 lines
176 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
trap true HUP INT QUIT TSTP
2016-08-30 20:59:15 +00:00
logger -t console-conf -- "Starting with parameters: $@"
echo -n 'Press enter to configure: '
read REPLY
exec console-conf "$@"