From 6259e2dd954ec6f687ad80d7cc6737c53efe645d Mon Sep 17 00:00:00 2001 From: layman Date: Fri, 11 Mar 2022 22:14:02 +0100 Subject: [PATCH] do not send mail if nothing happend --- buildUpgradePackages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildUpgradePackages.sh b/buildUpgradePackages.sh index d48e4ec..4661872 100755 --- a/buildUpgradePackages.sh +++ b/buildUpgradePackages.sh @@ -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