pstsrv: pass arguments down in curl wrapper
This commit is contained in:
parent
197ff43700
commit
134c479e36
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ check_runtime()
|
|||
|
||||
_curl()
|
||||
{
|
||||
curl ${proxy:+-x "$proxy"} -Ss
|
||||
curl ${proxy:+-x "$proxy"} -Ss "$@"
|
||||
}
|
||||
|
||||
impl_catbox_moe()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue