fix listwallets

This commit is contained in:
poka 2023-09-21 19:08:24 +02:00
parent f8aa042a4b
commit a48ce32353
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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")