geraldoquites
(usa Suse)
Enviado em 22/06/2012 - 11:08h
Alterei e o problema continuou e ficou assim:
Meu script ficou assim:
#!/bin/bash
if ifconfig | grep dsl0 ; then
echo "internet ligada"
else
/etc/init.d/network restart dsl0
fi
O log de erro:
geraldo:/tmp # vi log_erros
/sbin/confereinternet: line 2: ifconfig: command not found
o log de saida:
geraldo:/tmp # vi saida_padrao
Shutting down network interfaces:
dsl0 name: DSL Connection
..doneHint: you may set mandatory devices in /etc/sysconfig/network/config
Setting up network interfaces:
dsl0 name: DSL Connection
..done