mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
bug 6989: always return success inside remove script
This commit is contained in:
parent
01f19ea995
commit
75ff09167e
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user