mirror of
https://github.com/bol-van/zapret.git
synced 2025-12-22 07:28:11 +03:00
init.d,ipset: ability to specify custom binaries location
This commit is contained in:
@@ -63,9 +63,9 @@ ipset_restore()
|
||||
# do not saveram small files. file can also be gzipped
|
||||
[ "$SAVERAM" = "1" ] && [ "$fsize" -ge "$IPSET_SAVERAM_MIN_FILESIZE" ] && svram=1
|
||||
|
||||
local T="Adding to ipset $2 ($IPSTYPE"
|
||||
[ "$svram" = "1" ] && T="$T, saveram"
|
||||
T="$T) : $f"
|
||||
local T="Adding to ipset $2 "
|
||||
[ "$svram" = "1" ] && T="$T (saveram)"
|
||||
T="$T : $f"
|
||||
echo $T
|
||||
|
||||
if [ "$svram" = "1" ]; then
|
||||
|
||||
Reference in New Issue
Block a user