From 2fff1de25fa0a1bc64414165749681d18306d2ec Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sat, 6 Apr 2024 06:45:54 -0700 Subject: [PATCH] set home path to env rather than hard code it --- fedora-atomic/build-distrobox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-atomic/build-distrobox.sh b/fedora-atomic/build-distrobox.sh index 69ccc20..98c422c 100755 --- a/fedora-atomic/build-distrobox.sh +++ b/fedora-atomic/build-distrobox.sh @@ -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}"