diff options
Diffstat (limited to 'bin/ak-stellar-get-participants')
-rwxr-xr-x | bin/ak-stellar-get-participants | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/ak-stellar-get-participants b/bin/ak-stellar-get-participants index 82c5503..11ea008 100755 --- a/bin/ak-stellar-get-participants +++ b/bin/ak-stellar-get-participants @@ -3,9 +3,8 @@ PROGRAM="$(basename $0)" tempdir=`mktemp -d` tempfile="$tempdir/tmp" tempaddr="$tempdir/tmpaddr" -logit(){ - ak-logthis "$PROGRAM" "$1" "$2" -} +source $AK_LIBDIR/logit + stellarParticipants="$AK_WORKDIR/stellar-network-participants" stellarParticipantsOnline="$AK_WORKDIR/stellar-network-participants-online" if [ ! -f "$stellarParticipants" ] |