enable debconf and dbc debug

This commit is contained in:
Jérôme Schneider 2013-11-19 12:46:36 +01:00
parent 9c02951387
commit da4e017ea7
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ AUTHENTIC_USER=authentic
AUTHENTIC_GROUP=authentic
AUTHENTIC_HOME=/var/lib/authentic2
export DEBCONF_DEBUG=developer
export dbc_debug=1
case "$1" in
configure)
if ! getent group $AUTHENTIC_GROUP > /dev/null 2>&1; then