mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix shellcheck
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
parent
049d4cf584
commit
138eabef18
|
@ -39,7 +39,7 @@ virsh net-start default
|
||||||
# import existing vms
|
# import existing vms
|
||||||
echo "Importing any existing VMs..."
|
echo "Importing any existing VMs..."
|
||||||
for f in /root/kvm/*.xml; do
|
for f in /root/kvm/*.xml; do
|
||||||
echo "Importing $(basename $f)..."
|
echo "Importing $(basename "$f")..."
|
||||||
virsh define "$f"
|
virsh define "$f"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user