forgot to uncomment...

This commit is contained in:
Boris Paing 2020-03-19 02:05:25 +01:00
parent e8cadfcbe3
commit cb24229e55
1 changed files with 7 additions and 7 deletions

View File

@ -352,7 +352,7 @@ 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
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 "\n${bold}%s UDĞ1${normal} sent to %s!\n\n" "$author_amount" "${author_name:1:-1}"
@ -363,12 +363,12 @@ do
exit 1
fi
#if ! mv "$state_file"~ "$state_file"
#then
# msg_id=$(printf %s "$msg" | jq -r .key)
# printf 'Unable to write to state file. Update state file manually to prevent %s from being processed twice.\n' "$msg_id" >&2
# exit 1
#fi
if ! mv "$state_file"~ "$state_file"
then
msg_id=$(printf %s "$msg" | jq -r .key)
printf 'Unable to write to state file. Update state file manually to prevent %s from being processed twice.\n' "$msg_id" >&2
exit 1
fi
#sleep 20 # DO NOT OVER CHARGE DUNITER
done