diff --git a/dev/deploy.sh b/dev/deploy.sh index abf87308051feefd81af2efb361e2bff38b64d9d..e7b733414b37b0ae9cc4208162614898d678d8c5 100755 --- a/dev/deploy.sh +++ b/dev/deploy.sh @@ -73,7 +73,7 @@ chgrp -R developers "${web_path}" # Import database rsync -v --copy-links --password-file ~/util.rsync.pass "rsync://devmysql@util.drupal.org/mysql-dev/${snapshot}" "${WORKSPACE}" -bunzip2 "${WORKSPACE}/${snapshot}" | mysql "${db_name}" +bunzip2 < "${WORKSPACE}/${snapshot}" | mysql "${db_name}" # InnoDB handles the url alias table much faster. echo "ALTER TABLE url_alias ENGINE InnoDB;" | ${drush} sql-cli