mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +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
|
||||
echo "Importing any existing VMs..."
|
||||
for f in /root/kvm/*.xml; do
|
||||
echo "Importing $(basename $f)..."
|
||||
echo "Importing $(basename "$f")..."
|
||||
virsh define "$f"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user