浏览代码

allow running without env file

tags/v1.4.28
Jonathan Cobb 4 年前
父节点
当前提交
15e5ced6dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      bin/bubble

+ 1
- 1
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



正在加载...
取消
保存