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

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

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

parent 807b7d67
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ OPEN_FILES_ULIMIT=2048
# you may comment out this block and set them yourself here.
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
[ -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