Comment out quinq-size, until it is fixed. - annna - Annna the nice friendly bot. HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/ DIR Log DIR Files DIR Refs DIR Tags DIR README --- DIR commit 9ce8155c86ebd8f947648f5aa5d8b7f1bb54c8ad DIR parent 2a09768e31bff1bc591be90423a6ce6076e77fd4 HTML Author: Annna Robert-Houdin <annna@bitreich.org> Date: Tue, 18 Oct 2022 14:29:22 +0200 Comment out quinq-size, until it is fixed. Diffstat: M annna-add-hashtag | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- DIR diff --git a/annna-add-hashtag b/annna-add-hashtag @@ -307,11 +307,11 @@ processtag() { ;; esac - tagfilenew="$(/br/bin/quinq-size "${tagfile}" </dev/null | sed 's/.* -> //')" - if [ $? -eq 0 ]; - then - mv "${tagfilenew}" "${tagfile}" - fi + #tagfilenew="$(/br/bin/quinq-size "${tagfile}" </dev/null | sed 's/.* -> //')" + #if [ $? -eq 0 ]; + #then + # mv "${tagfilenew}" "${tagfile}" + #fi } inserttag() {