From 98d8b88c7d692a22b5e858b0d004c931db43d423 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 22 Apr 2024 19:45:26 +0200 Subject: [PATCH] Version: 1.0 --- RUNTIME/G1PalPay.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RUNTIME/G1PalPay.sh b/RUNTIME/G1PalPay.sh index 681d66d0..10189a97 100755 --- a/RUNTIME/G1PalPay.sh +++ b/RUNTIME/G1PalPay.sh @@ -1,6 +1,6 @@ #!/bin/bash ######################################################################## -# Version: 0.5 +# Version: 1.0 # License: AGPL-3.0 (https://choosealicense.com/licenses/agpl-3.0/) ######################################################################## # PAD COCODING : https://pad.p2p.legal/s/G1PalPay @@ -207,7 +207,7 @@ while read LINE; do done - COMMENTTAIL=$(echo $COMMENT | rev | cut -d '/' -f 1 | rev) + COMMENTTAIL=$(echo $COMMENT | rev | cut -d '/' -f 1 | rev) ## can contain /ipfs/ link ${MY_PATH}/../tools/PAY4SURE.sh "${HOME}/.zen/game/players/${PLAYER}/secret.dunikey" "${REDIS}" "${ASTROG1}" "$REDISMAILS /ipfs/$COMMENTTAIL" STAMP=$? ## DONE STAMP IT