1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-10 01:16:22 +00:00

remove "return 0"

This commit is contained in:
hiska 2017-10-04 06:44:02 +09:00 committed by GitHub
parent 5f05a452fc
commit c924e7c537

View File

@ -29,6 +29,4 @@ strongswan_deploy() {
ipsec reload
return 0
}