mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
decluttering output
I love the adherence to the theme, but this line makes it difficult to quickly read what is happening.
This commit is contained in:
parent
1b65193fe4
commit
c297a86211
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ do
|
||||||
heisenbergCompensator="-z $saveLocation"
|
heisenbergCompensator="-z $saveLocation"
|
||||||
fi
|
fi
|
||||||
CMD="$cmd -s $heisenbergCompensator -A '$agent' $url > $patternBuffer"
|
CMD="$cmd -s $heisenbergCompensator -A '$agent' $url > $patternBuffer"
|
||||||
echo "** Engaging pattern transference..."
|
|
||||||
$cmd -s $heisenbergCompensator -A "$agent" $url > $patternBuffer
|
$cmd -s $heisenbergCompensator -A "$agent" $url > $patternBuffer
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue