Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit c6c0677

Browse files
committedSep 26, 2018
Ru charmap fix
1 parent c27ea5a commit c6c0677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nancy_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ function cp_db_ebs_backup() {
12221222

12231223
docker_exec bash -c "chown -R postgres:postgres /storage/postgresql/$PG_VERSION/main"
12241224
docker_exec bash -c "localedef -f UTF-8 -i en_US en_US.UTF-8"
1225-
docker_exec bash -c "localedef -f UTF-8 -i en_US ru_RU.UTF-8"
1225+
docker_exec bash -c "localedef -f UTF-8 -i ru_RU ru_RU.UTF-8"
12261226
}
12271227

12281228
#######################################

0 commit comments

Comments
 (0)
This repository has been archived.