pstsrv: pass arguments down in curl wrapper

This commit is contained in:
Lucas Gabriel Vuotto 2024-02-03 15:56:02 +00:00
parent 197ff43700
commit 134c479e36
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ check_runtime()
_curl()
{
curl ${proxy:+-x "$proxy"} -Ss
curl ${proxy:+-x "$proxy"} -Ss "$@"
}
impl_catbox_moe()