From 134c479e3619e5b1c8b84776faf587b8fb25c80f Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Vuotto Date: Sat, 3 Feb 2024 15:56:02 +0000 Subject: [PATCH] pstsrv: pass arguments down in curl wrapper --- bin/pstsrv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pstsrv.sh b/bin/pstsrv.sh index 376b03d..4288c41 100644 --- a/bin/pstsrv.sh +++ b/bin/pstsrv.sh @@ -37,7 +37,7 @@ check_runtime() _curl() { - curl ${proxy:+-x "$proxy"} -Ss + curl ${proxy:+-x "$proxy"} -Ss "$@" } impl_catbox_moe()