From 8007b6a25f41e0391e812f68b7c1a0fc2e1abe41 Mon Sep 17 00:00:00 2001 From: lukario Date: Wed, 9 Jun 2021 20:34:41 +0200 Subject: [PATCH] echo empty --- pingtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pingtest.sh b/pingtest.sh index 6940815..3a5e9e9 100755 --- a/pingtest.sh +++ b/pingtest.sh @@ -2,7 +2,7 @@ if ping -c 1 o2.de &> /dev/null then - echo "Sende E-Mail" + echo "Sende E-Mail" &> /dev/null #mail -s "Pingtest" system@hephaistos.schwalbert.net < ./ping.log #rm ./ping.log else