From 4217dc0560bf40b4fa7ae6a6f964bd56b418712e Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 14 Jun 2024 22:36:12 +0300 Subject: Refactoring --- bin/ak-unfollow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ak-unfollow') diff --git a/bin/ak-unfollow b/bin/ak-unfollow index da22809..c23aeef 100755 --- a/bin/ak-unfollow +++ b/bin/ak-unfollow @@ -10,13 +10,13 @@ then sed -i -e 's,'"$search"',,g' $FOLLOWING if [ $? != 0 ] then - logit "ERROR" "sed didn't found $search" + _ak_log_error "sed didn't found $search" exit 1 fi IPFS="$(_ak_ipfs_add $FOLLOWING)" if [ $? != 0 ] then - logit "ERROR" "IPFS problem" + _ak_log_error "IPFS problem" exit 1 fi ak-profile set repositories "$IPFS" -- cgit v1.2.3