Fixes gravity_transport variable interpretation.

Adding (") around Variables passed to function ensures
  spaces are handled and that missing arguments are
  accounted for.
This commit is contained in:
Daniel Fayette 2016-02-09 19:51:03 -06:00
parent 80bec9c5cf
commit a734927591

View file

@ -186,7 +186,7 @@ function gravity_spinup() {
# Default is a simple request
*) cmd_ext=""
esac
gravity_transport $url $cmd_ext $agent
gravity_transport "$url" "$cmd_ext" "$agent"
done
}