avoid getting from bad source (not .12D*)

This commit is contained in:
qo-op 2021-03-07 16:03:51 +01:00
parent 32d78428f6
commit f067c0791d
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ esac
## CHECK if ${INDEXPREFIX}${REFERENCE} KEY exists
########################################################################
echo "SEARCH for ;$REFERENCE; in ${PREFIX}ASTRXBIAN"
isREFERENCEinINDEX=$(grep ";$REFERENCE;" ~/.zen/ipfs*/.*/astroport/kodi/vstream/${PREFIX}ASTRXBIAN)
isREFERENCEinINDEX=$(grep ";$REFERENCE;" ~/.zen/ipfs*/.12D*/astroport/kodi/vstream/${PREFIX}ASTRXBIAN)
if [[ ${isREFERENCEinINDEX} ]]
then
if [[ -d ~/.zen/KEY/${INDEXPREFIX}${REFERENCE}/${G1PUB} ]]