From faab3c22e66b7eb34485c71edbf92cb00e74be26 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 27 Sep 2024 13:52:32 +0100 Subject: Revert "validators: T6739: fix ipaddrcheck argument quoting" --- src/validators/ip-host | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/validators/ip-host') diff --git a/src/validators/ip-host b/src/validators/ip-host index 7c5ad2612..77c578fa2 100755 --- a/src/validators/ip-host +++ b/src/validators/ip-host @@ -1,10 +1,10 @@ #!/bin/sh -ipaddrcheck --is-any-host "$1" +ipaddrcheck --is-any-host $1 if [ $? -gt 0 ]; then echo "Error: $1 is not a valid IP host" exit 1 fi -exit 0 +exit 0 \ No newline at end of file -- cgit v1.2.3