From 87edcf26cf0674927f3d02c7541c3744b703597d Mon Sep 17 00:00:00 2001 From: pinkfeet Date: Fri, 8 Feb 2019 13:23:32 +0100 Subject: [PATCH] =?UTF-8?q?modifico=20el=20control=20de=20par=C3=A1metros?= =?UTF-8?q?=20de=20-h=20a=20-z=20que=20es=20el=20correcto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zonemigrate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zonemigrate.sh b/zonemigrate.sh index 42bc1a7..1a9b69d 100755 --- a/zonemigrate.sh +++ b/zonemigrate.sh @@ -23,7 +23,7 @@ done shift $((OPTIND-1)) -if [ -z "${UUID}" ] || [ -h "${SERVER}" ]; then +if [ -z "${UUID}" ] || [ -z "${SERVER}" ]; then usage fi