update macvendor setting

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2023-02-03 18:19:34 +00:00
parent 626237a92d
commit a6a7914a2b
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ ensure_basic_configuration() {
# If FTLCONF_MACVENDORDB is not set
if [[ -z "${FTLCONF_MACVENDORDB:-}" ]]; then
# User is not passing in a custom location - so force FTL to use the file we moved to / during the build
changeFTLsetting "MACVENDORDB" "/macvendor.db"
changeNewFTLSetting "files.macvendor" "/macvendor.db"
fi
# setup_or_skip_gravity

View File

@ -79,9 +79,9 @@ git checkout devel-v6
echo "new/http" | tee /etc/pihole/ftlbranch
sudo git clone https://github.com/pi-hole/pi-hole /etc/.pihole
git clone https://github.com/pi-hole/pi-hole /etc/.pihole
cd /etc/.pihole
sudo git checkout development-v6
git checkout development-v6
bash -ex /etc/.pihole/automated\ install/basic-install.sh --unattended
sed -i '/^WEBPASSWORD/d' /etc/pihole/setupVars.conf