Skip to content

Commit

Permalink
Update env_app_env_update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CLHatch committed Feb 15, 2025
1 parent b7e49b1 commit 638cbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/env_app_env_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env_app_env_update() {
printf -v HEADING_INSTALLED "##\n## %s\n##" "${HEADING_TITLE}"
fi
local -a CURRENT_ENV_LINES=()
readarray -t CURRENT_ENV_LINES < <(run_script 'env_lines' "${APP_ENV_FILE}")
readarray -t CURRENT_ENV_LINES < <(grep -v -P '^\s*#' "${APP_ENV_FILE}")
local -a UPDATED_ENV_LINES=()
if [[ -n ${CURRENT_ENV_LINES[*]} ]]; then
if run_script 'app_is_installed' "${APPNAME}"; then
Expand Down

0 comments on commit 638cbc9

Please sign in to comment.