Bail if we can't load the specified $ABRA_ENV
This commit is contained in:
parent
29343369f3
commit
5627e67bf7
2
abra
2
abra
@ -86,7 +86,7 @@ fi
|
|||||||
|
|
||||||
if [ -n "$ABRA_ENV" ]; then
|
if [ -n "$ABRA_ENV" ]; then
|
||||||
# shellcheck disable=SC1090
|
# shellcheck disable=SC1090
|
||||||
source "$ABRA_ENV"
|
source "$ABRA_ENV" || error "Unable to load env from '$ABRA_ENV'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
###### Default settings
|
###### Default settings
|
||||||
|
Reference in New Issue
Block a user