mysql: my-add.sh no-interactive was quiet

This commit is contained in:
Victor LABORIE 2017-01-05 15:48:15 +01:00
parent 5a4f838375
commit 00aafd8767
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ cli() {
password=$(apg -n1)
fi
fi
mysql_add $db $user $password
mysql_add $db $user $password >/dev/null
}
is_db() {