subiquity/bin/console-conf-wrapper

9 lines
147 B
Bash
Executable File

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