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