Update vmcreate.sh

This commit is contained in:
2025-10-28 08:36:49 +00:00
parent 82806d2788
commit f92e4621f0

View File

@@ -1,4 +1,5 @@
#!/bin/bash
sed -i "s/ //g gfx_hosts"
for line in $(cat gfx_hosts)
do
ip=$(echo $line | cut -d ';' -f 1)