mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-05-04 06:54:11 +02:00
Added "-n" to first echo call
This commit is contained in:
parent
3fa05293fc
commit
4945f33254
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ gravity_unique() {
|
||||||
|
|
||||||
gravity_hostFormat() {
|
gravity_hostFormat() {
|
||||||
# Format domain list as "192.168.x.x domain.com"
|
# Format domain list as "192.168.x.x domain.com"
|
||||||
echo "::: Formatting domains into a HOSTS file..."
|
echo -n "::: Formatting domains into a HOSTS file..."
|
||||||
# Check vars from setupVars.conf to see if we're using IPv4, IPv6, Or both.
|
# Check vars from setupVars.conf to see if we're using IPv4, IPv6, Or both.
|
||||||
if [[ -n "${IPV4_ADDRESS}" && -n "${IPV6_ADDRESS}" ]];then
|
if [[ -n "${IPV4_ADDRESS}" && -n "${IPV6_ADDRESS}" ]];then
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue