Removing useless debconf varibla setting for the sql client.

This commit is contained in:
Steven Mondji-Lerider 2013-03-04 12:06:45 +00:00
parent 3da56b2c23
commit 333864cee3
1 changed files with 0 additions and 6 deletions

View File

@ -355,15 +355,9 @@ if [ -z "$RET" ]
fi fi
db_get alternc/mysql/client db_get alternc/mysql/client
if [ -z "$RET" ]
then
db_get alternc/mysql/remote_client
if [ -z "$RET" ] if [ -z "$RET" ]
then then
db_set alternc/mysql/client "$MYSQL_CLIENT" db_set alternc/mysql/client "$MYSQL_CLIENT"
else
db_set alternc/mysql/client "$RET"
fi
fi fi
db_get alternc/sql/backup_type db_get alternc/sql/backup_type