Skip to content

Commit

Permalink
Merge pull request #1 from jasonacox/main
Browse files Browse the repository at this point in the history
Sync with Master
  • Loading branch information
BJReplay committed Jan 9, 2023
2 parents d22d7fc + c1e8a3b commit fb20ca5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compose-dash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ if ! docker info > /dev/null 2>&1; then
fi

# Load enviroment variables for compose
if [ ! -f "compose.env" ]; then
echo "ERROR: Missing compose.env file."
echo "Please run setup.sh or copy compose.env.sample to compose.env."
exit 1
fi
set -a
. compose.env
set +a
Expand Down

0 comments on commit fb20ca5

Please sign in to comment.