commit | 1f64bbf340a3fb5bb5503f065d6b43a547e1dae2 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Fri Mar 09 09:52:29 2018 -0800 |
committer | Ray Milkey <ray@opennetworking.org> | Mon Apr 16 11:16:16 2018 -0700 |
tree | ea76afe67e80d102aefeda5420c7819f9523b6a9 | |
parent | a47073be12acc9c705c0128f473ed1b40e2fef80 [diff] [blame] |
allow for null 5th parameter Change-Id: Ib2fa030b52403a293f379f8c4ffa8e81ec5c2840
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index 76359e2..9820b32 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile
@@ -221,7 +221,7 @@ spec=${3:-3+1} spec=${spec/+/%2B} user=${4:-$(id -un)} - hint=${5:""} + hint=${5:-""} query="duration=$duration&spec=$spec&user=$user&cellNameHint=$hint" curl -sS -X POST "http://$CELL_WARDEN:4321/?$query" -d "$(cat ~/.ssh/id_rsa.pub)" > $aux . $aux