Fixed path in directory check
This commit is contained in:
parent
f404a9a7a8
commit
316091dd7c
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ done
|
|||
|
||||
# link system-VM-Machine-Definitions to User VM Directory
|
||||
for i in *.xml; do
|
||||
[[ -f "${VM_DIR}/xml/${i}" ]] || ln "${i}" "${VM_DIR}/${i}"
|
||||
[[ -f "${VM_DIR}/${i}" ]] || ln "${i}" "${VM_DIR}/${i}"
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue