Update vmcreate.sh

This commit is contained in:
2025-10-28 09:34:56 +00:00
parent 0773a95743
commit 4c18d309b0

View File

@@ -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