subiquity/bin/console-conf-wrapper

9 lines
147 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
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 "$@"