do not send mail if nothing happend
This commit is contained in:
parent
9f732ed82b
commit
6259e2dd95
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
. /etc/portage/make.conf
|
. /etc/portage/make.conf
|
||||||
|
|
||||||
if [[ $(pgrep -f -c $(basename $0)) -gt 1 ]] ; then
|
if [[ $(pgrep -f -c $(basename $0)) -gt 1 ]] ; then
|
||||||
echo other instance still running
|
# echo other instance still running
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue