Skip to content

Commit c93c4cc

Browse files
committed
Update basic-install.sh
ahem
1 parent 06cba7d commit c93c4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automated install/basic-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ versionCheckDNSmasq(){
331331
echo " done."
332332
fi
333333

334-
echo "::: Copying 01-pihole.conf to /etc/dnsmasq.d/01-pihole.conf..."
334+
echo -n "::: Copying 01-pihole.conf to /etc/dnsmasq.d/01-pihole.conf..."
335335
$SUDO cp $newFileToInstall $newFileFinalLocation
336336
echo " done."
337337
$SUDO sed -i "s/@INT@/$piholeInterface/" $newFileFinalLocation

0 commit comments

Comments
 (0)