added lang to robot

This commit is contained in:
Priit Tamboom 2014-10-20 10:51:43 +03:00
parent 224053a9a1
commit bf93309370
2 changed files with 5 additions and 5 deletions

View file

@ -3,11 +3,6 @@
# Update repo
#
# default locations
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
# cd to Rails root directory
cd "$(dirname "$0")"; cd ..

View file

@ -6,6 +6,11 @@
# fail later
set -o pipefail
# default locations
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
# cp config/secrets-example.yml config/secrets.yml
# create manually config/database.yml