mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
added lang to robot
This commit is contained in:
parent
224053a9a1
commit
bf93309370
2 changed files with 5 additions and 5 deletions
|
@ -3,11 +3,6 @@
|
||||||
# Update repo
|
# 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 to Rails root directory
|
||||||
cd "$(dirname "$0")"; cd ..
|
cd "$(dirname "$0")"; cd ..
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
# fail later
|
# fail later
|
||||||
set -o pipefail
|
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
|
# cp config/secrets-example.yml config/secrets.yml
|
||||||
# create manually config/database.yml
|
# create manually config/database.yml
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue