diff options
author | Lusheng Ji <lji@research.att.com> | 2018-02-12 10:45:42 -0500 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-02-12 10:45:42 -0500 |
commit | 967cc9add2fe92799be0488fd262e38e79b61f58 (patch) | |
tree | 100a6e1afe688318c907cc53c48ea097d058469f /etc_upload | |
parent | d80b5d5f79f6903ebbbe170352855c638009a345 (diff) |
Update license text
Change-Id: I5626e0bbd3abaf96d8ab6a9b864329917b728c12
Signed-off-by: Lusheng Ji <lji@research.att.com>
Issue-ID: DCAEGEN2-325
Diffstat (limited to 'etc_upload')
-rw-r--r-- | etc_upload/upload_config_for_ph_in_docker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc_upload/upload_config_for_ph_in_docker.sh b/etc_upload/upload_config_for_ph_in_docker.sh index 1eb0364..6cc3317 100644 --- a/etc_upload/upload_config_for_ph_in_docker.sh +++ b/etc_upload/upload_config_for_ph_in_docker.sh @@ -38,4 +38,4 @@ fi echo "uploading etc_upload/config.json for ${APPNAME} to CONSUL_HOST=${CONSUL_HOST}" -curl -X PUT -H 'Content-Type: application/json' --data-binary "$(cat etc_upload/config.json)" http://${CONSUL_HOST}:8500/v1/kv/${APPNAME}
\ No newline at end of file +curl -X PUT -H 'Content-Type: application/json' --data-binary "$(cat etc_upload/config.json)" http://${CONSUL_HOST}:8500/v1/kv/${APPNAME} |