EXPLORE UMAP LINK

This commit is contained in:
fred 2023-12-05 16:57:54 +01:00
parent 526a67114a
commit 8cee5c3b9c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ if [[ $DEG == "0.001" ]]; then
## TODO : REDIRECT TO THE STATION WITH THE MORE OF THIS UMAP ;)
echo '{ "gridNumbers": [ {"lat": '${LAT}', "lon": '${LON}', "number": "UMAP_'${LAT}'_'${LON}'", "ipns": "'${myIPFS}/ipns/${UMAPNS}'" } ] }' >> ~/.zen/tmp/${MOATS}.http
echo '{ "gridNumbers": [ {"lat": '${LAT}', "lon": '${LON}', "number": "UMAP_'${LAT}'_'${LON}'", "ipns": "'${myIPFS}/ipns/${UMAPNS}/_index.html'" } ] }' >> ~/.zen/tmp/${MOATS}.http
cat ~/.zen/tmp/${MOATS}.http | nc -l -p ${PORT} -q 1 > /dev/null 2>&1 &
rm -Rf ~/.zen/tmp/${MOATS}/
end=`date +%s`