1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

Merge pull request #1996 from pi-hole/fix/AlternativeWhitelistFromWebFix

Specifty `LC_ALL=C` when dealing with sorted lists.
This commit is contained in:
Dan Schaper 2018-02-24 07:22:44 -08:00 committed by GitHub
commit 41d9d57c84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@
# This file is copyright under the latest version of the EUPL.
# Please see LICENSE file for your rights under this license.
export LC_ALL=C
coltable="/opt/pihole/COL_TABLE"
source "${coltable}"