mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Fix VMNAME
This commit is contained in:
parent
ed2ba41cb5
commit
0567229405
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -1111,7 +1111,7 @@ if [ -n "${VM}" ] && [ -e "${VM}" ]; then
|
|||
fi
|
||||
|
||||
VMDIR=$(dirname "${disk_img}")
|
||||
VMNAME=$(basename "${VM}.conf")
|
||||
VMNAME=$(basename "${VM}" .conf)
|
||||
VMPATH=$(realpath "$(dirname "${VM}")")
|
||||
|
||||
# Backwards compatibility for ${driver_iso}
|
||||
|
|
Loading…
Reference in a new issue