update and clean

This commit is contained in:
Jeff Lance 2021-02-27 01:36:27 +01:00
parent fb4c69743c
commit ec2c37c5fd

View File

@ -10,7 +10,7 @@ ASTROID_BIN=$(which astroid)
echo "[Begin notmuch]: $(basename $0) script"
if [ "x${DISPLAY}" != "x" ]; then
logger -t notmuch "Astroid polling start requested during pre-new hook"
logger -t notmuch "Astroid polling start requested during pre-new hook";
$ASTROID_BIN --start-polling 2>&1 >/dev/null
fi