Fix BACKPORT_DIR configuration - Apply the environment variable fix that was missing - Now containers can use user-writable directories
This commit is contained in:
parent
cd5a97f64a
commit
64b8927f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ fi
|
|||
IFS='|' read -r DISTRO_TYPE SOURCE_RELEASE TARGET_RELEASE BACKPORT_SUFFIX POOL_URL <<< "${DISTRO_CONFIGS[$TARGET_DISTRO]}"
|
||||
|
||||
# Set working directory based on distribution
|
||||
BACKPORT_DIR="/opt/Projects/ostree-backport-${TARGET_DISTRO}"
|
||||
BACKPORT_DIR="${BACKPORT_DIR:-/opt/Projects/ostree-backport-${TARGET_DISTRO}}"
|
||||
|
||||
# --- Functions ---
|
||||
log_info() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue