mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
@@ -39,7 +39,7 @@ virsh net-start default
|
||||
# import existing vms
|
||||
echo "Importing any existing VMs..."
|
||||
for f in /root/kvm/*.xml; do
|
||||
echo "Importing $(basename $f)..."
|
||||
echo "Importing $(basename "$f")..."
|
||||
virsh define "$f"
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user