From b4b1880085e28a87e6a46de505b6ce152d06fd58 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 11 Feb 2024 14:11:41 +0100 Subject: [PATCH] =?UTF-8?q?REGIONAL=20=E2=99=A5BOX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/UPlanetSector/index.html | 2 +- tools/GetGCAttributesFromG1PUB.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/UPlanetSector/index.html b/templates/UPlanetSector/index.html index 9ed65e10..9458bb39 100644 --- a/templates/UPlanetSector/index.html +++ b/templates/UPlanetSector/index.html @@ -147,7 +147,7 @@ iframe {

"Sector Exploration"

"_UPZONE_"

"_ZONE_"

- +

Distributed Information System

refreshed by Astroport.ONE

diff --git a/tools/GetGCAttributesFromG1PUB.sh b/tools/GetGCAttributesFromG1PUB.sh index 49dcd31f..d7997334 100755 --- a/tools/GetGCAttributesFromG1PUB.sh +++ b/tools/GetGCAttributesFromG1PUB.sh @@ -72,7 +72,7 @@ fi ## CHECK IF GCHANGE IS LINKED TO "A DECLARED CESIUM" if [[ ! -s ~/.zen/tmp/coucou/${G1PUB}.cplus.json ]]; then - CPLUS=$(cat ~/.zen/tmp/${MOATS}/${G1PUB}.gchange.json | jq -r '._source.pubkey' 2>/dev/null) + CPLUS=$(cat ~/.zen/tmp/${MOATS}/${G1PUB}.gchange.json 2>/dev/null | jq -r '._source.pubkey') echo "CPLUS=$CPLUS" ## SCAN GPUB CESIUM +