summaryrefslogtreecommitdiff
path: root/datasources/datastore-functions.sh
diff options
context:
space:
mode:
authorDemo User <jack@beagleboard.1.localnet.cc>2013-04-23 19:36:55 +0000
committerDemo User <jack@beagleboard.1.localnet.cc>2013-04-23 19:36:55 +0000
commit05bdc4aba358c7aec1ad1423dea5d86e96abca74 (patch)
treeadd901bb6343e22c944064627e8f84fe87b20b33 /datasources/datastore-functions.sh
parentd72ec8109e8b680a356e6dd464274e35a35a014d (diff)
downloadebus-alt-05bdc4aba358c7aec1ad1423dea5d86e96abca74.tar.gz
ebus-alt-05bdc4aba358c7aec1ad1423dea5d86e96abca74.zip
datastore functions: no -i ; +internet_speed.sh
Diffstat (limited to 'datasources/datastore-functions.sh')
-rw-r--r--datasources/datastore-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/datasources/datastore-functions.sh b/datasources/datastore-functions.sh
index 7cd74a0..22a42ce 100644
--- a/datasources/datastore-functions.sh
+++ b/datasources/datastore-functions.sh
@@ -5,7 +5,7 @@ DATASTORE_BASE="http://localhost:8080/api"
put_value_sensor_now() {
sensor=$1
value=$2
- curl -s -i -X PUT \
+ curl -s -X PUT \
--data-binary "${value}" \
"${DATASTORE_BASE}/value/${sensor}"
return $?