mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-03 17:54:41 +02:00
drop deprecated mode= for fetch
This commit is contained in:
parent
2e10a80f95
commit
b93d4d40bc
7 changed files with 8 additions and 8 deletions
|
@ -13,7 +13,7 @@
|
|||
if ($Gps->"valid" = true) do={
|
||||
:set ($Gps->"latitude") [ :pick ($Gps->"latitude") 0 [ :find ($Gps->"latitude") "\00" ] ];
|
||||
:set ($Gps->"longitude") [ :pick ($Gps->"longitude") 0 [ :find ($Gps->"longitude") "\00" ] ];
|
||||
:tool fetch mode=https check-certificate=yes-without-crl \
|
||||
:tool fetch check-certificate=yes-without-crl \
|
||||
$GpsTrackUrl keep-result=no \
|
||||
http-method=post http-header-field="Content-Type: application/json" \
|
||||
http-data=("{" . \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue