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