mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-22 06:03:43 +00:00
Apply suggestions from code review
Signed-off-by: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
parent
e3c6f162d8
commit
e8884083ef
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue