comment out public_ipv4 on create for now as it's not used yet

This commit is contained in:
forest 2021-12-19 12:43:52 -06:00
parent 4d2c74c1d8
commit 2606246420
1 changed files with 4 additions and 4 deletions

View File

@ -45,10 +45,10 @@ if echo "$network_name" | grep -vqE "^[a-zA-Z0-9_-]+"; then
exit 1
fi
if echo "$public_ipv4" | grep -vqE "^[0-9.]+$"; then
echo "public_ipv4 \"$public_ipv4\" must match ^[0-9.]+$"
exit 1
fi
# if echo "$public_ipv4" | grep -vqE "^[0-9.]+$"; then
# echo "public_ipv4 \"$public_ipv4\" must match ^[0-9.]+$"
# exit 1
# fi
disk="/tank/vm/$vmname.qcow2"
cdrom="/tank/vm/$vmname.iso"