bug 6989: always return success inside remove script

This commit is contained in:
Chiradeep Vittal 2010-11-04 13:42:26 -07:00
parent 01f19ea995
commit 75ff09167e

View File

@ -80,7 +80,7 @@ remove_l2tp_ipsec_user() {
pid=$(tdbdump /var/run/pppd2.tdb | grep -w $u | awk -F';' '{print $4}' | awk -F= '{print $2}')
[ "$pid" != "" ] && kill -9 $pid
fi
return 0
}
add_l2tp_ipsec_user() {