mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-24 22:32:58 +03:00
init.d: always return 0 from firewall and daemons apply functions
This commit is contained in:
@@ -413,6 +413,7 @@ zapret_do_firewall()
|
||||
return 1
|
||||
;;
|
||||
esac
|
||||
|
||||
return 0
|
||||
}
|
||||
zapret_apply_firewall()
|
||||
@@ -471,6 +472,8 @@ zapret_do_daemons()
|
||||
return 1
|
||||
;;
|
||||
esac
|
||||
|
||||
return 0
|
||||
}
|
||||
zapret_run_daemons()
|
||||
{
|
||||
|
Reference in New Issue
Block a user