From 9dfe107553ab39d03876beee03d5b515ca79f3f4 Mon Sep 17 00:00:00 2001 From: BorisPaing Date: Fri, 20 Mar 2020 11:30:53 +0100 Subject: [PATCH] hotfix silkaj --output (bad regex usage, sorry) --- process-likes-g1tx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/process-likes-g1tx.sh b/process-likes-g1tx.sh index 92333ce..0187c58 100755 --- a/process-likes-g1tx.sh +++ b/process-likes-g1tx.sh @@ -354,8 +354,8 @@ do - #printf '%s\n' "silkaj -af --file ~/.ssb/secret.dunikey tx --outputs[$n] $g1_author --amountUD $author_amount --comment "Thx for your cool posts on ScuttleButt" - silkaj -p "$duniter_server" -af --file ~/.ssb/secret.dunikey tx --outputs[$n] $g1_author --amountUD $author_amount --comment "Thx for your cool posts on ScuttleButt" -y 2>/dev/null + #printf '%s\n' "silkaj -af --file ~/.ssb/secret.dunikey tx --output $g1_author --amountUD $author_amount --comment "Thx for your cool posts on ScuttleButt" + silkaj -p "$duniter_server" -af --file ~/.ssb/secret.dunikey tx --output $g1_author --amountUD $author_amount --comment "Thx for your cool posts on ScuttleButt" -y 2>/dev/null printf "\n${bold}%s UDĞ1${normal} sent to %s!\n\n" "$author_amount" "${author_name:1:-1}"