update: fix PATH

This commit is contained in:
2026-01-19 17:31:33 -05:00
parent cfe99f928a
commit 7587d72578

1
leaf
View File

@@ -10,6 +10,7 @@ CLEAR_COLOR=$'\e[0m'
_DEF_PARALLEL_JOBS=4
_ENV_PARALLEL_JOBS="${PARALLEL_JOBS}"
source /etc/leaf.conf
export PATH="/usr/bin:/usr/sbin"
if [ -n "${_ENV_PARALLEL_JOBS}" ]; then
export PARALLEL_JOBS="${_ENV_PARALLEL_JOBS}"
elif [ -z "${PARALLEL_JOBS}" ]; then