From 55626cf414f947be0ce5c8300f97f99421c2e222 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 24 Jun 2024 05:41:52 +0300 Subject: Reworked tempassin to lib/_ak_script --- bin/ak-zchain-chk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ak-zchain-chk') diff --git a/bin/ak-zchain-chk b/bin/ak-zchain-chk index 89a834f..1d9a2f7 100755 --- a/bin/ak-zchain-chk +++ b/bin/ak-zchain-chk @@ -50,7 +50,7 @@ zblock="$entrance" declare -A blocks_found # Enter temp folder -TEMPASSIN="$(ak-tempassin)" +TEMPASSIN="$(_ak_make_temp_directory)" cd $TEMPASSIN counter=0 -- cgit v1.2.3