ZCHK is what is after :

This commit is contained in:
fred 2024-01-05 20:32:35 +01:00
parent e0cc11371e
commit c4108606b3
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ fi
################################################################################
## QRCODE = IPNS or G1PUB ? Can be ASTRONAUTENS or G1PUB format
ZCHK="${QRCODE#*:}" # ChK or ZEN
ZCHK="$(echo $QRCODE | cut -d ':' -f 2-)" # ChK or ZEN
QRCODE="${QRCODE%%:*}" ## TRIM :ZEN :ChK
################################################################################
################################################################################