From 211a88188827d290c01b3441891047f1a911be9a Mon Sep 17 00:00:00 2001 From: Dominik Date: Wed, 8 Jan 2025 19:28:15 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: yubiuser Signed-off-by: Dominik --- automated install/basic-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 7afdc313..a274f22d 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -2352,14 +2352,14 @@ migrate_dnsmasq_configs() { # changed settings via setupVars.conf or the other dnsmasq files moved above # During migration, setupVars.conf is moved to /etc/pihole/migration_backup_v6 str="Migrating Pi-hole configuration to version 6" - printf " %b %s...\\n" "${INFO}" + printf " %b %s...\\n" "${INFO}" "${str}" local FTLoutput FTLstatus FTLoutput=$(pihole-FTL migrate v6) FTLstatus=$? if [[ "${FTLstatus}" -eq 0 ]]; then - printf " %b %s\\n" "${TICK}" "${str}" + printf "%b %b %s\\n" "${OVER}" "${TICK}" "${str}" else - printf " %b %s\\n" "${CROSS}" "${str}" + printf "%b %b %s\\n" "${OVER}" "${CROSS}" "${str}" fi # Print the output of the FTL migration prefacing every line with four