install_easy : inode use awk instead of cut. more commas

This commit is contained in:
bolvan
2019-05-08 10:33:35 +03:00
parent d0cd265730
commit e6a1e5aa57
2 changed files with 5 additions and 5 deletions

View File

@@ -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