From 60b965e6b64717455386aa385efecaa5a58ddff1 Mon Sep 17 00:00:00 2001 From: Dmitry Badovsky Date: Sat, 1 Nov 2025 13:15:44 +0000 Subject: [PATCH] Update vmcreate.sh --- vmcreate.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vmcreate.sh b/vmcreate.sh index d013a3f..c73a537 100644 --- a/vmcreate.sh +++ b/vmcreate.sh @@ -173,9 +173,9 @@ if [ $harule ]; then if [ $? -ne 0 ]; then echo "HArule should contain only letters, numbers and dashes. Aborting."; exit 1; fi fi -if [[ $node -lt 1 || $node -gt 4 ]]; then - echo "Node number is not in [1..4]. Please specify correct node number. Aborting" -fi +# if [[ $node -lt 1 || $node -gt 4 ]]; then +# echo "Node number is not in [1..4]. Please specify correct node number. Aborting" +# fi # DEBUG Print specified options if [ $harule ]; then echo "harule: $harule"; fi