Update vmcreate1.sh

This commit is contained in:
2025-10-24 15:06:10 +00:00
parent 28c4810393
commit 50ca71d741

View File

@@ -93,7 +93,7 @@ embed_key(){
cat $file | while read line
for line in $(<$hosts)
do
ip=$(echo $line | cut -d ' ' -f 1)
hostname=$(echo $line | cut -d ' ' -f 2)