From 15e5ced6dd60b2468845643db48f75e24594164a Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 19 Nov 2020 17:13:19 -0500 Subject: [PATCH] allow running without env file --- bin/bubble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bubble b/bin/bubble index 3b1e09ea..a52dff6f 100755 --- a/bin/bubble +++ b/bin/bubble @@ -65,7 +65,7 @@ if [[ -z "${BUBBLE_ENV}" ]] ; then elif [[ -f "/home/bubble/api/bubble.env" ]] ; then BUBBLE_ENV="/home/bubble/api/bubble.env" else - die "bubble environment file not found" + echo 1>&2 "Warning: bubble environment file not found" fi fi