forked from I2P_Developers/i2p.i2p
This adds inclusion of /etc/locale.conf to i2prouter i2p.init, per backup's...
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user