mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Update basic-install.sh
ahem
This commit is contained in:
parent
06cba7defd
commit
c93c4cc5e6
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ versionCheckDNSmasq(){
|
|||
echo " done."
|
||||
fi
|
||||
|
||||
echo "::: Copying 01-pihole.conf to /etc/dnsmasq.d/01-pihole.conf..."
|
||||
echo -n "::: Copying 01-pihole.conf to /etc/dnsmasq.d/01-pihole.conf..."
|
||||
$SUDO cp $newFileToInstall $newFileFinalLocation
|
||||
echo " done."
|
||||
$SUDO sed -i "s/@INT@/$piholeInterface/" $newFileFinalLocation
|
||||
|
|
Loading…
Reference in a new issue