mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 20:20:53 +03:00
install_easy: alter LISTS_RELOAD only in tpws mode on MacOS
This commit is contained in:
parent
792b62f09f
commit
b5bcc85ee6
@ -1176,14 +1176,18 @@ service_start_macos()
|
||||
}
|
||||
macos_fw_reload_trigger_clear()
|
||||
{
|
||||
[ "$MODE" = "tpws" ] && {
|
||||
LISTS_RELOAD=
|
||||
write_config_var LISTS_RELOAD
|
||||
}
|
||||
}
|
||||
macos_fw_reload_trigger_set()
|
||||
{
|
||||
[ "$MODE" = "tpws" ] && {
|
||||
LISTS_RELOAD="$INIT_SCRIPT_SRC reload-fw-tables"
|
||||
write_config_var LISTS_RELOAD
|
||||
}
|
||||
}
|
||||
|
||||
install_macos()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user