From dd662dccc2bf305318606c1cfb8df60f2cfcfce4 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 21 Sep 2024 18:45:30 +0300 Subject: Added debugging message plus redirection of the output --- lib/_ak_zchain | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/_ak_zchain b/lib/_ak_zchain index aef81c9..3afe7b1 100755 --- a/lib/_ak_zchain +++ b/lib/_ak_zchain @@ -25,7 +25,8 @@ _ak_zchain_reset(){ fi fi - _ak_ipfs_files_stat /zlatest + _ak_log_info "Checking if /zlatest file exists" + _ak_ipfs_files_stat /zlatest > /dev/null if [ $? -eq 0 ] then _ak_log_info "Archive the previous AK_ZLATEST" -- cgit v1.2.3