Configurations create by quickget now use relative paths

Makes it easy to move VM from place to place.
This commit is contained in:
Martin Wimpress 2021-09-28 15:40:46 +01:00
parent fc2331ae92
commit eae506e24a
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3

View File

@ -356,7 +356,7 @@ else
exit 1
fi
VM_PATH="${PWD}/${OS}-${RELEASE}"
VM_PATH="${OS}-${RELEASE}"
if [ "${OS}" == "macos" ]; then
get_macos