piler/util/import.sh
Janos SUTO 3b3d0157ca Fixed import.sh
Signed-off-by: Janos SUTO <sj@acts.hu>
2020-10-27 22:20:03 +01:00

15 lines
233 B
Bash
Executable File

#!/bin/bash
set -o nounset
set -o errexit
set -o pipefail
export PATH=$PATH:/usr/libexec/piler:/usr/local/libexec/piler
pushd /var/piler/imap
exec 200 > "/tmp/${0}-lock" || exit 1
flock 200 || exit 1
imapfetch.py -i
flock -u 200