mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-20 02:18:51 +00:00
Fix typo wi1th to with
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -118,7 +118,7 @@ apply_FTL_Configs_From_Env(){
|
|||||||
source /opt/pihole/COL_TABLE
|
source /opt/pihole/COL_TABLE
|
||||||
declare -px | grep FTLCONF_ | sed -E 's/declare -x FTLCONF_([^=]+)=\"(|.+)\"/\1 \2/' | while read -r name value
|
declare -px | grep FTLCONF_ | sed -E 's/declare -x FTLCONF_([^=]+)=\"(|.+)\"/\1 \2/' | while read -r name value
|
||||||
do
|
do
|
||||||
# Replace underscores wi1th dots in the name to match pihole-FTL expectiations
|
# Replace underscores with dots in the name to match pihole-FTL expectiations
|
||||||
name="${name//_/.}"
|
name="${name//_/.}"
|
||||||
|
|
||||||
# Special handing for the value if the name is dns.upstreams
|
# Special handing for the value if the name is dns.upstreams
|
||||||
|
|||||||
Reference in New Issue
Block a user