Define PATH in the sysb .env file

This commit is contained in:
Dor Askayo 2023-07-13 12:59:29 +03:00
parent 3479d65f58
commit b58c513e8f
1 changed files with 5 additions and 2 deletions

View File

@ -37,7 +37,10 @@ install_tar util-linux-2.19.1 0
# Begin sysb bootstrapping process
cd "${SOURCES}"
echo "PREFIX=${PREFIX}" > .env
echo "SOURCES=${SOURCES}" >> .env
cat > .env <<- EOF
export PATH=${PATH}
PREFIX=${PREFIX}
SOURCES=${SOURCES}
EOF
exec ./run.sh