From 4d23187f864c143e526af069ae899ffdf6f891ac Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 6 Jan 2025 18:33:23 +0100 Subject: [PATCH] Add missing newline Signed-off-by: DL6ER --- automated install/basic-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index cb7324f5..7afdc313 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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