From e4f18be94261b39544ef3bc50321f6aedeb45bd6 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 31 Mar 2024 12:00:59 +0300 Subject: huge refactor, might breaking things --- bin/ak-stellar-get-participants | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ak-stellar-get-participants') diff --git a/bin/ak-stellar-get-participants b/bin/ak-stellar-get-participants index 2a0aad7..932393a 100755 --- a/bin/ak-stellar-get-participants +++ b/bin/ak-stellar-get-participants @@ -3,7 +3,7 @@ PROGRAM="$(basename $0)" tempdir=`mktemp -d` tempfile="$tempdir/tmp" tempaddr="$tempdir/tmpaddr" -source $AK_LIBDIR/_ak_logit +source $AK_LIBDIR/_ak_log stellarParticipants="$AK_WORKDIR/stellar-network-participants" stellarParticipantsOnline="$AK_WORKDIR/stellar-network-participants-online" -- cgit v1.2.3