aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/_ak_zchain4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/_ak_zchain b/lib/_ak_zchain
index 8a5755b..aef81c9 100755
--- a/lib/_ak_zchain
+++ b/lib/_ak_zchain
@@ -13,8 +13,8 @@ _ak_zchain_reset(){
exit 1
fi
- _ak_log_info "Make sure /zarchive folder exists within IPFS FS"
- _ak_ipfs_files_stat /zarchive
+ _ak_log_info "Checking if /zarchive directory exists"
+ _ak_ipfs_files_stat /zarchive > /dev/null
if [ $? -ne 0 ]
then
_ak_ipfs_files_mkdir /zarchive