diff options
author | Christian Hesse <mail@eworm.de> | 2018-08-06 15:35:26 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-08-06 15:35:26 +0200 |
commit | c9c87cac4137242ece4a55955e8400592440fb55 (patch) | |
tree | 55b4ced268d27e758570da05b2b17b87bf8c7b37 /gps-track | |
parent | 1972fc32d0cdc7f1d3ba8047e16cac6ae5e7b5f6 (diff) |
gps-track: do not keep results
Diffstat (limited to 'gps-track')
-rw-r--r-- | gps-track | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ if ($gpsvalid) do={ :tool fetch mode=http \ url=$"gps-track-url" \ check-certificate=yes-without-crl \ + keep-result=no \ http-method=post \ http-content-type="application/json" \ http-data=("{" . \ |