set home path to env rather than hard code it
This commit is contained in:
parent
0b21aa5e29
commit
2fff1de25f
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue