X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ca5de5b4e01297b07ce3a9db45e908f15f7cda11..f6695c9079f4eeeecaa796c879868f797f97cd55:/script/vagrant/setup/provision.sh?ds=sidebyside diff --git a/script/vagrant/setup/provision.sh b/script/vagrant/setup/provision.sh index 5699b537b..6522be165 100644 --- a/script/vagrant/setup/provision.sh +++ b/script/vagrant/setup/provision.sh @@ -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