Просмотр исходного кода

allow running without env file

tags/v1.4.28
Jonathan Cobb 4 лет назад
Родитель
Сommit
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



Загрузка…
Отмена
Сохранить