subiquity/bin/console-conf-wrapper

7 lines
89 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
echo -n 'Press enter to configure: '
read REPLY
exec console-conf "$@"