Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Add unofficial bash safe mode to replicate script
Browse files Browse the repository at this point in the history
http://redsymbol.net/articles/unofficial-bash-strict-mode/ for more
details on what these flags do.
  • Loading branch information
timmow committed May 28, 2015
1 parent 1fb5326 commit 48e1b18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/replicate-db.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash -e

set -euo pipefail

#
# Replicate backdrop mongo db from a source host to a target host.
# Useful to import data from the preview environment to the development
Expand Down

0 comments on commit 48e1b18

Please sign in to comment.