Update vmcreate.sh
This commit is contained in:
@@ -124,6 +124,10 @@ while getopts "a:f:hk:u:p:d:n:t:" opt; do
|
||||
esac
|
||||
done
|
||||
|
||||
if [ $harule ]; then
|
||||
echo "CURRENT AFFINITY RULES:"
|
||||
echo
|
||||
|
||||
if [[ $node -lt 1 || $node -gt 4 ]]; then
|
||||
echo "Node number is not in [1..4]. Please specify correct node number. Aborting"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user