diff options
Diffstat (limited to 'bin/ak-unfollow')
-rwxr-xr-x | bin/ak-unfollow | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ak-unfollow b/bin/ak-unfollow index 1a3f8c1..07940f9 100755 --- a/bin/ak-unfollow +++ b/bin/ak-unfollow @@ -8,13 +8,13 @@ then sed -i -e 's,'"$search"',,g' $FOLLOWING if [ $? != 0 ] then - ak-logthis "<$PROGRAM>" "[ERROR]" "sed didn't found $search" + ak-logthis "$PROGRAM" "ERROR" "sed didn't found $search" exit 1 fi IPFS="$(ak-ipfs-add $FOLLOWING)" if [ $? != 0 ] then - ak-logthis "<$PROGRAM>" "[ERROR]" "IPFS problem" + ak-logthis "$PROGRAM" "ERROR" "IPFS problem" exit 1 fi ak-profile set repositories "$IPFS" |