Changing GVA SERVER in tools/jaklis/.env

This commit is contained in:
fred 2024-04-23 12:47:48 +02:00
parent 3a48aab030
commit 0617e8084f
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ else
if [[ $(cat ${PENDINGDIR}/${MOATS}.result.html | grep "insufficient balance") ]]; then
echo "insufficient balance"
else
GVASERVER=$(${MY_PATH}/duniter_getnode.sh | tail -n 1)
GVASERVER=$(${MY_PATH}/../tools/duniter_getnode.sh | tail -n 1)
## Changing GVA SERVER in tools/jaklis/.env
[[ $(echo ${GVASERVER} | grep "/gva" ) ]] \
&& cat ${MY_PATH}/../tools/jaklis/.env.template > tools/jaklis/.env \