aboutsummaryrefslogtreecommitdiff
path: root/lib/_ak_zchain
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_ak_zchain')
-rwxr-xr-xlib/_ak_zchain4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/_ak_zchain b/lib/_ak_zchain
index 42ac4ef..73b10fb 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"
@@ -73,7 +73,7 @@ _ak_zchain_reset(){
exit 1
fi
- echo "Reset was successful"
+ _ak_log_info "Reset was successful"
exit 0
}