james007tia
(usa Outra)
Enviado em 05/03/2012 - 15:07h
#!/bin/bash
ping -qc4
www.uol.com.br
#i=0
sleep 10
#while test $i -le 10
#do
if [ $? -gt 0 ];
then
$sistema='To: xxx';
$sistema2='Report: yes';
$sistema3='
[*****] Sistema OFF';
sudo echo$sistema>/home/tiago/aalert.txt
sudo echo$sistema2>/home/tiago/aalert.txt
else
$sistema='To: +xxxxxxxx';
$sistema2='Report: yes';
$sistema3='
[*****] Sistema OFF';
sudo echo$sistema>/home/tiago/aalert.txt
sudo echo$sistema2>/home/tiago/aalert.txt
fi
medando como resposta o seguinte erro
---
www.uol.com.br ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 30.390/35.179/42.291/4.379 ms
./alert.sh: line 19: =To: +xxxxxxx: command not found
./alert.sh: line 20: =Report: yes: command not found
./alert.sh: line 21: =
[*****] Sistema ON: command not found