Configurations create by quickget now use relative paths

Makes it easy to move VM from place to place.
pull/61/head
Martin Wimpress 3 years ago
parent fc2331ae92
commit eae506e24a
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 2
      quickget

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

Loading…
Cancel
Save