Script Bash abilitazione scheda wireless: differenze tra le versioni

m
(aggiornamento)
Riga 93: Riga 93:
fi
fi


if [ -z "${ADDRESS:-}" ] || [ -z "${GATEWAY:-}" ]; then
if [ -n "${ADDRESS:-}" ] && [ -n "${GATEWAY:-}" ]; then
   # aggiungi nuovo percorso alla tabella di routing
   # aggiungi nuovo percorso alla tabella di routing
   route add default gw "$GATEWAY"
   route add default gw "$GATEWAY"
3 581

contributi