Skip to content

Commit

Permalink
MySQL needs -NB here
Browse files Browse the repository at this point in the history
  • Loading branch information
brucebolt authored Mar 21, 2017
1 parent 97b5618 commit 172fa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parasite/scripts/production/copy-db-to-rel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cd /tmp/parasite-release

# Dump all the databases into the tmp space
echo "Dumping and loading databases"
databaselist=$($PARASITE_STAGING_MYSQL -e 'SHOW DATABASES LIKE "%_core%_'${ENSEMBL_VERSION}'_%"')
databaselist=$($PARASITE_STAGING_MYSQL -NB -e 'SHOW DATABASES LIKE "%_core%_'${ENSEMBL_VERSION}'_%"')
databases=( `echo ${databaselist}` ensembl_compara_parasite_${PARASITE_VERSION}_${ENSEMBL_VERSION} ensembl_ontology_${ENSEMBL_VERSION} ensembl_website_${ENSEMBL_VERSION} ensemblgenomes_info_${EG_VERSION} ensemblgenomes_stable_ids_${PARASITE_VERSION}_${ENSEMBL_VERSION} )
for DB in "${databases[@]}"
do
Expand Down

0 comments on commit 172fa90

Please sign in to comment.