improve licensing
[distro-setup] / check-radicale
index bf0729cb26fbaa27dd9a76b75a495b9f0955ef36..11860a6dc55207478322fc143042f1c49b76d377 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 if [ -z "$BASH_VERSION" ]; then echo "error: shell is not bash" >&2; exit 1; fi
-source /a/bin/errhandle/err
+source /a/bin/bash-bear-trap/bash-bear
 
 source /a/bin/bash_unpublished/source-state
 if [[ $HOSTNAME != "$MAIL_HOST" ]]; then
@@ -14,7 +14,7 @@ fi
 # zerod out, by picking an amount that we dont expect to go below
 # anytime soon as of 2022.
 
-count=$(find /o/radicale/collections -type f | grep -v cache | wc -l)
+count=$(find /o/radicale/collections -type f | grep -cv cache)
 
 if (( count < 220 )); then
   echo "unexpected file count=$count < 220"