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 +