do not send mail if nothing happend

This commit is contained in:
layman 2022-03-11 22:14:02 +01:00
parent 9f732ed82b
commit 6259e2dd95

View file

@ -3,7 +3,7 @@
. /etc/portage/make.conf
if [[ $(pgrep -f -c $(basename $0)) -gt 1 ]] ; then
echo other instance still running
# echo other instance still running
exit 1
fi