From a48ce32353ec1de07d2daeb53a941eaf8d093d95 Mon Sep 17 00:00:00 2001 From: poka Date: Thu, 21 Sep 2023 19:08:24 +0200 Subject: [PATCH] fix listwallets --- scripts/geoloc-members-json.sh | 2 +- scripts/walletsBalance.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/geoloc-members-json.sh b/scripts/geoloc-members-json.sh index 3dcf948..d010899 100755 --- a/scripts/geoloc-members-json.sh +++ b/scripts/geoloc-members-json.sh @@ -5,7 +5,7 @@ GPATH="$( cd "$(dirname "$0")" ; pwd -P )/.." [[ ! -f $GPATH/.env ]] && cp $GPATH/.env.example $GPATH/.env source $GPATH/.env -log="/tmp/geoloc-members.log" +log="/var/log/geoloc-members.log" echo "### $(date +'%d-%m-%y - %H:%M') ###" >> $log result=$($JAKLIS geolocProfiles) diff --git a/scripts/walletsBalance.sh b/scripts/walletsBalance.sh index a671ae0..c63239c 100755 --- a/scripts/walletsBalance.sh +++ b/scripts/walletsBalance.sh @@ -5,7 +5,7 @@ GPATH="$( cd "$(dirname "$0")" ; pwd -P )/.." [[ ! -f $GPATH/.env ]] && cp $GPATH/.env.example $GPATH/.env source $GPATH/.env -$JAKLIS listWallets -b > $WEBPATH/data/forbes.json +$JAKLIS listWallets > $WEBPATH/data/forbes.json date=$(date -d '+1 minute' +"%d/%m/%Y à %H:%M")