set home path to env rather than hard code it

This commit is contained in:
Morgan McMillian 2024-04-06 06:45:54 -07:00
parent 0b21aa5e29
commit 2fff1de25f

View file

@ -29,4 +29,4 @@ case "${1}" in
esac
podman build -t "${IMAGE}" -f "${BUILDFILE}"
distrobox create --name "${NAME}" --home "/home/thrrgilag/h/${NAME}" -i "localhost/${IMAGE}"
distrobox create --name "${NAME}" --home "${HOME}/h/${NAME}" -i "localhost/${IMAGE}"