diff --git a/deploy/panos.sh b/deploy/panos.sh index ef622ded..f2f94488 100644 --- a/deploy/panos.sh +++ b/deploy/panos.sh @@ -71,8 +71,8 @@ deployer() { if [ "$type" = 'commit' ]; then export _H1="Content-Type: application/x-www-form-urlencoded" - cmd=$(printf "%s" "<$_panos_user>" | _url_encode) - content="type=commit&key=$_panos_key&cmd=$cmd" + cmd=$(printf "%s" "$_panos_user" | _url_encode) + content="type=commit&action=partial&key=$_panos_key&cmd=$cmd" fi response=$(_post "$content" "$panos_url" "" "POST") parse_response "$response" "$type"