firewall: add reload config for triggers (#8027)

This commit is contained in:
Ailick 2021-10-11 16:14:23 +08:00 committed by GitHub
parent 983fdace9f
commit b947b26d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,7 @@ stop_service() {
}
reload_service() {
reload_config firewall
fw3 reload
}