Skip to content

Commit

Permalink
Update common.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 17, 2024
1 parent 83f7f0d commit 48ade7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions includes/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1249,11 +1249,12 @@ fi
remove_from_path_env "${LOCALAPPDATA-}/Microsoft/WindowsApps"
fi

echo "_:${DL_PROT-}"
# Set environment variables
UTILS_DIR="${MAIN_DIR:?}/utils"
readonly UTILS_DIR="${MAIN_DIR:?}/utils"
echo "1: ${UTILS_DIR-}"
UTILS_DATA_DIR="${UTILS_DIR:?}/data"
readonly UTILS_DIR UTILS_DATA_DIR
readonly UTILS_DATA_DIR="${UTILS_DIR:?}/data"
#readonly UTILS_DIR UTILS_DATA_DIR
echo "2: ${UTILS_DIR-}"
export UTILS_DIR UTILS_DATA_DIR
echo "3: ${UTILS_DIR-}"
Expand Down

0 comments on commit 48ade7c

Please sign in to comment.