init.d: always return 0 from firewall and daemons apply functions

This commit is contained in:
bol-van
2021-10-31 16:54:20 +03:00
parent fe7cfad797
commit 2bf47f4fff
3 changed files with 9 additions and 0 deletions

View File

@@ -593,6 +593,8 @@ zapret_do_firewall()
;;
esac
[ "$1" = 0 ] && unprepare_tpws_fw
return 0
}
zapret_apply_firewall()
{
@@ -634,6 +636,8 @@ zapret_do_daemons()
existf zapret_custom_daemons && zapret_custom_daemons $1
;;
esac
return 0
}
zapret_run_daemons()