From e8884083ef1f10229629e80021107f807a7fd584 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 7 Nov 2023 08:58:31 +0100 Subject: [PATCH] Apply suggestions from code review Signed-off-by: DL6ER --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index e743a071..da0133b1 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -2098,7 +2098,7 @@ migrate_dnsmasq_configs() { # - 06-rfc6761.conf mv /etc/dnsmasq.d/0{1,2,4,5}-pihole*.conf "${V6_CONF_MIGRATION_DIR}/" 2>/dev/null || true - mv /etc/dnsmasq.d/06-rfc6761.conf "${V6_MIGRATION_DIR}/" 2>/dev/null || true + mv /etc/dnsmasq.d/06-rfc6761.conf "${V6_CONF_MIGRATION_DIR}/" 2>/dev/null || true } main() {