subiquity/bin/console-conf-wrapper

11 lines
176 B
Bash
Executable File

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