From 252709f8d9cea2c2c173b01b3ed42daebfe954b4 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 18 Dec 2023 16:35:22 +0100 Subject: [PATCH] pubsub echange --- tools/diffie_hellman_colors.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/diffie_hellman_colors.sh b/tools/diffie_hellman_colors.sh index 43e5e0588..26988aaaf 100755 --- a/tools/diffie_hellman_colors.sh +++ b/tools/diffie_hellman_colors.sh @@ -32,7 +32,8 @@ fi # Choosing IPFSNODEID Base Color color_hex=$(echo -n ${IPFSNODEID} | sha256sum | awk '{print $1}') color_hex=${color_hex:0:6} -convert -size 100x100 xc:"#${color_hex}" ~/.zen/base_white.png +convert -size 100x100 xc:"#${color_hex}" ~/.zen/tmp/base_white.png +echo "Base Hex: #$color_hex" # Step 3: Mixing Colors composite -compose Multiply ~/.zen/tmp/base_white.png \