Browse Source

allow running without env file

tags/v1.4.28
Jonathan Cobb 4 years ago
parent
commit
15e5ced6dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/bubble

+ 1
- 1
bin/bubble View File

@@ -65,7 +65,7 @@ if [[ -z "${BUBBLE_ENV}" ]] ; then
elif [[ -f "/home/bubble/api/bubble.env" ]] ; then elif [[ -f "/home/bubble/api/bubble.env" ]] ; then
BUBBLE_ENV="/home/bubble/api/bubble.env" BUBBLE_ENV="/home/bubble/api/bubble.env"
else else
die "bubble environment file not found"
echo 1>&2 "Warning: bubble environment file not found"
fi fi
fi fi




Loading…
Cancel
Save