1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-02-01 19:01:13 +00:00

Apply suggestions from code review

Signed-off-by: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
DL6ER 2023-11-07 08:58:31 +01:00 committed by GitHub
parent e3c6f162d8
commit e8884083ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {