I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit aa6b27d8 authored by idk's avatar idk
Browse files

Merge branch 'backup-locale-conf' into 'master'

This adds inclusion of /etc/locale.conf to i2prouter i2p.init, per backup's...

Closes #326

See merge request i2p-hackers/i2p.i2p!41
parents 807b7d67 999e2615
No related branches found
No related tags found
1 merge request!41This adds inclusion of /etc/locale.conf to i2prouter i2p.init, per backup's...
...@@ -135,7 +135,7 @@ OPEN_FILES_ULIMIT=2048 ...@@ -135,7 +135,7 @@ OPEN_FILES_ULIMIT=2048
# you may comment out this block and set them yourself here. # you may comment out this block and set them yourself here.
if [ ! -n $LANG ]; then if [ ! -n $LANG ]; then
for ENV_FILE in /etc/environment /etc/default/locale; do for ENV_FILE in /etc/environment /etc/default/locale /etc/locale.conf; do
[ -r "$ENV_FILE" ] || continue [ -r "$ENV_FILE" ] || continue
[ -s "$ENV_FILE" ] || continue [ -s "$ENV_FILE" ] || continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment