diff --git a/notifier_docker/script/web.sh b/notifier_docker/script/web.sh index 94e173d..dcd4cf8 100644 --- a/notifier_docker/script/web.sh +++ b/notifier_docker/script/web.sh @@ -37,7 +37,7 @@ web() { fi trace "[web] torbypass=${torbypass}" - response=$(curl_it "${url}" "${body}", "${torbypass}") + response=$(curl_it "${url}" "${body}" "${torbypass}") returncode=$? trace_rc ${returncode}