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()