Update vmcreate.sh
This commit is contained in:
@@ -173,9 +173,9 @@ if [ $harule ]; then
|
|||||||
if [ $? -ne 0 ]; then echo "HArule should contain only letters, numbers and dashes. Aborting."; exit 1; fi
|
if [ $? -ne 0 ]; then echo "HArule should contain only letters, numbers and dashes. Aborting."; exit 1; fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $node -lt 1 || $node -gt 4 ]]; then
|
# if [[ $node -lt 1 || $node -gt 4 ]]; then
|
||||||
echo "Node number is not in [1..4]. Please specify correct node number. Aborting"
|
# echo "Node number is not in [1..4]. Please specify correct node number. Aborting"
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
# DEBUG Print specified options
|
# DEBUG Print specified options
|
||||||
if [ $harule ]; then echo "harule: $harule"; fi
|
if [ $harule ]; then echo "harule: $harule"; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user