]> git.openstreetmap.org Git - rails.git/blobdiff - script/vagrant/setup/provision.sh
Update structure.sql
[rails.git] / script / vagrant / setup / provision.sh
index df2cfa9604325d261cccc47c461b072fb1d482d2..6522be165235c83405b3f70a0acc49f6096f7c7b 100644 (file)
@@ -1,8 +1,11 @@
 #!/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
-locale-gen
 export LANG=en_GB.utf8
 export LC_ALL=en_GB.utf8