1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-09 15:40:54 +00:00

Add missing newline

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2025-01-06 18:33:23 +01:00
parent b544b74f7a
commit 4d23187f86
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

View File

@ -2365,6 +2365,9 @@ migrate_dnsmasq_configs() {
# Print the output of the FTL migration prefacing every line with four
# spaces for alignment
printf "%b" "${FTLoutput}" | sed 's/^/ /'
# Print a blank line for separation
printf "\\n"
}
# Check for availability of either the "service" or "systemctl" commands