From 620ad0b7ddf23fcdff21e18359899d09ab5f5140 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 11 Dec 2024 17:08:48 +0200 Subject: More detailed debug messages --- lib/_ak_ipfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/_ak_ipfs') diff --git a/lib/_ak_ipfs b/lib/_ak_ipfs index aba5bad..896db37 100755 --- a/lib/_ak_ipfs +++ b/lib/_ak_ipfs @@ -119,12 +119,12 @@ _ak_ipfs_block_stat(){ _ak_ipfs_files_cp(){ if [ -z $1 ] || [ ! -n "$1" ] then - _ak_log_error "No argument given" + _ak_log_error "Source: No argument given" exit 1 fi if [ -z $2 ] || [ ! -n "$2" ] then - _ak_log_error "No argument given" + _ak_log_error "Destination: No argument given" exit 1 fi _ak_ipfs files cp "$1" "$2" -- cgit v1.2.3