Skip to content

Commit

Permalink
Merge commit 'refs/pull/upstream/492' into nfv
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed May 18, 2015
2 parents 8ccc900 + 6d828eb commit 3a71bac
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ function run()
mysqldump -n -y -q -u${DB_USER} -p${DB_PASSWORD} -h ${DB_HOST} \
-P ${DB_PORT} -T ${DB_DUMP_PATH} --skip-dump-date \
${DB_NEUTRON} ${DB_NEUTRON_TABLES}
rm -f *.sql
git add *.txt >/dev/null 2>&1
git add *.txt *.sql >/dev/null 2>&1
if ! git diff --quiet --cached; then
log "Pushing configuration changes."
if [ $initial = true ]; then
Expand Down

0 comments on commit 3a71bac

Please sign in to comment.