|
@@ -5,7 +5,7 @@ do
|
|
|
InterFace=`ifconfig | grep -o "ppp0"`
|
|
|
if [ "$InterFace" == "ppp0" ]; then
|
|
|
if [ ! -f "/etc/resolv.conf.org" ]; then
|
|
|
- route del default &>/dev/null
|
|
|
+# route del default &>/dev/null
|
|
|
route add default dev $InterFace &>/dev/null
|
|
|
route add dev $InterFace &>/dev/null
|
|
|
if [ -f "/etc/ppp/resolv.conf" ]; then
|