]> git.openstreetmap.org Git - rails.git/blobdiff - script/vagrant/setup/provision.sh
Replace fixtures with a factory for old_relation_tags
[rails.git] / script / vagrant / setup / provision.sh
index 5699b537b14ef5e42529f363c0bb51996396dba9..6522be165235c83405b3f70a0acc49f6096f7c7b 100644 (file)
@@ -1,5 +1,8 @@
 #!/usr/bin/env bash
 
+# abort on error
+set -e
+
 # set locale to UTF-8 compatible. apologies to non-english speakers...
 locale-gen en_GB.utf8
 update-locale LANG=en_GB.utf8 LC_ALL=en_GB.utf8