mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-24 22:32:58 +03:00
install_easy : inode use awk instead of cut. more commas
This commit is contained in:
@@ -12,7 +12,7 @@ IP2NET=$EXEDIR/../ip2net/ip2net
|
||||
create_ipset()
|
||||
{
|
||||
local IPSTYPE
|
||||
if [ -x $IP2NET ]; then
|
||||
if [ -x "$IP2NET" ]; then
|
||||
IPSTYPE=hash:net
|
||||
else
|
||||
IPSTYPE=$1
|
||||
|
Reference in New Issue
Block a user