diff options
Diffstat (limited to 'bin/ak-pack_z_block')
-rwxr-xr-x | bin/ak-pack_z_block | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ak-pack_z_block b/bin/ak-pack_z_block index cf51b18..63f4a4e 100755 --- a/bin/ak-pack_z_block +++ b/bin/ak-pack_z_block @@ -9,10 +9,10 @@ # We can extend this with calling the encoder and further send the transaction # -#FINGERPRINT="CHANGE THIS TO YOUR DEFAULT FINGERPRINT" +#AK_FINGERPRINT="CHANGE THIS TO YOUR DEFAULT AK_FINGERPRINT" # We acquire the GPG fingerprint by email address # The following example finds kaos@kaos.kaos' GPG fingerprint like this -# FINGERPRINT="$(gpg2 --list-keys | grep kaos@kaos.kaos -1 | head -n1 | awk '{print $1}')" +# AK_FINGERPRINT="$(gpg2 --list-keys | grep kaos@kaos.kaos -1 | head -n1 | awk '{print $1}')" PROGRAM="$(basename $0)" set -xe |