Skip to content

Commit

Permalink
Safe app exports (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
  • Loading branch information
nevets963 and Steven Briscoe committed Jan 27, 2023
1 parent d6641f8 commit dcd7fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/app
Expand Up @@ -101,7 +101,7 @@ source_app() {
EXPORTS_APP_FILE="${EXPORTS_APP_DIR}/exports.sh"
EXPORTS_APP_DATA_DIR="${EXPORTS_APP_DIR}/data"

[[ -f "${EXPORTS_APP_FILE}" ]] && . "${EXPORTS_APP_FILE}"
[[ -f "${EXPORTS_APP_FILE}" ]] && . "${EXPORTS_APP_FILE}" || true
done

# App specific exports
Expand Down

0 comments on commit dcd7fb7

Please sign in to comment.