diff options
-rwxr-xr-x | lib/_ak_zchain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_ak_zchain b/lib/_ak_zchain index bb9c6b4..42ac4ef 100755 --- a/lib/_ak_zchain +++ b/lib/_ak_zchain @@ -28,7 +28,7 @@ _ak_zchain_reset(){ fi _ak_log_info "Checking if /zlatest file exists" - _ak_ipfs_files_stat /zlatest > /dev/null 2>&1 + _ak_ipfs files stat /zlatest > /dev/null 2>&1 if [ $? -eq 0 ] then _ak_log_info "Archive the previous AK_ZLATEST" |