mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-24 07:03:43 +00:00
Remove duplicate -s in curl command
This commit is contained in:
parent
a5f2305947
commit
e1b9ed450c
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ do
|
|||
;;
|
||||
|
||||
"pgl.yoyo.org")
|
||||
cmd="curl -s -d mimetype=plaintext -d hostformat=hosts"
|
||||
cmd="curl -d mimetype=plaintext -d hostformat=hosts"
|
||||
;;
|
||||
|
||||
# Default is a simple curl request
|
||||
|
|
Loading…
Reference in a new issue