Removing useless debconf varibla setting for the sql client.
This commit is contained in:
parent
3da56b2c23
commit
333864cee3
|
@ -357,13 +357,7 @@ fi
|
|||
db_get alternc/mysql/client
|
||||
if [ -z "$RET" ]
|
||||
then
|
||||
db_get alternc/mysql/remote_client
|
||||
if [ -z "$RET" ]
|
||||
then
|
||||
db_set alternc/mysql/client "$MYSQL_CLIENT"
|
||||
else
|
||||
db_set alternc/mysql/client "$RET"
|
||||
fi
|
||||
fi
|
||||
|
||||
db_get alternc/sql/backup_type
|
||||
|
|
Loading…
Reference in New Issue