mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-23 19:48:16 +00:00
Update automated install/basic-install.sh
Co-authored-by: yubiuser <github@yubiuser.dev> Signed-off-by: Dominik <DL6ER@users.noreply.github.com>
This commit is contained in:
parent
211a881888
commit
4be130971e
1 changed files with 1 additions and 1 deletions
|
@ -2352,7 +2352,7 @@ 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}" "${str}"
|
||||
printf " %b %s..." "${INFO}" "${str}"
|
||||
local FTLoutput FTLstatus
|
||||
FTLoutput=$(pihole-FTL migrate v6)
|
||||
FTLstatus=$?
|
||||
|
|
Loading…
Add table
Reference in a new issue