shell/manual_BILLETS_PERIMES.sh

This commit is contained in:
qo-op 2019-12-17 20:18:49 +01:00
parent 6e00414c16
commit 7126c11e04
6 changed files with 5 additions and 4 deletions

2
_chain
View File

@ -1 +1 @@
QmRd3LFiGbA8s17vsYdwWftSnEnnEQGzAzCEPbJBLDrXEf
QmTDcHP1Nqy4SFzYCwuDH3JxvBT7fsdAKWQvrcvsVPMUpD

View File

@ -173,3 +173,4 @@ OK
2019-12-14:
2019-12-14:
2019-12-17: Better G1Tx
2019-12-17: G1TAG REFRESH & more

View File

@ -1 +1 @@
1576547374550330601
1576604811163661452

Binary file not shown.

View File

@ -40,7 +40,7 @@ for result in $(find billets/ -daystart -mtime +$vieux -type d -name "*"); do
if [[ ! $(echo $PAY | grep "successfully sent") ]]; then
echo "!!!! ERREUR: Something Wrong happened with $result"
exit
if [[ ! $virement ]]; then mv $result /tmp/$result; fi
else
echo "Tout s'est bien passé! On supprime $result et continue avec le billet $Nbillets"
rm -Rf $result

View File

@ -2,4 +2,4 @@ SILKAJ_VERSION = "silkaj 0.5.0"
NO_MATCHING_ID = "No matching identity"
G1_SYMBOL = "Ğ1"
GTEST_SYMBOL = "ĞTest"
G1_DEFAULT_ENDPOINT = "duniter.moul.re", "443"
G1_DEFAULT_ENDPOINT = "duniter-g1.p2p.legal", "443"