From e1eb2dfff50199f812df8fb41142a8f9bfc2353c Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Tue, 14 Jan 2025 18:29:22 +0000 Subject: [PATCH] quiet, codespell --- src/bash_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bash_functions.sh b/src/bash_functions.sh index 6857fa04..58f7f83b 100644 --- a/src/bash_functions.sh +++ b/src/bash_functions.sh @@ -181,7 +181,7 @@ migrate_v5_configs() { # Print the output of the FTL migration prefacing every line with six # spaces for alignment with other container output. Replace the first line to match the style of the other messages - # We supress the message about environment variables as these will be set on FTL's first real start + # We suppress the message about environment variables as these will be set on FTL's first real start printf "%b" "${FTLoutput}\\n" | sed 's/^/ /' | sed 's/ Migrating config to Pi-hole v6.0 format/ [i] Migrating config to Pi-hole v6.0 format/' | sed 's/- 0 entries are forced through environment//' # Print a blank line for separation