echo empty

This commit is contained in:
lukario 2021-06-09 20:34:41 +02:00
parent 8b649300d4
commit 8007b6a25f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
if ping -c 1 o2.de &> /dev/null if ping -c 1 o2.de &> /dev/null
then then
echo "Sende E-Mail" echo "Sende E-Mail" &> /dev/null
#mail -s "Pingtest" system@hephaistos.schwalbert.net < ./ping.log #mail -s "Pingtest" system@hephaistos.schwalbert.net < ./ping.log
#rm ./ping.log #rm ./ping.log
else else