mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Return exit 1 in config:get if no ENV file exists
This commit is contained in:
@@ -150,7 +150,7 @@ config_get() {
|
||||
|
||||
config_create "$ENV_FILE"
|
||||
if [[ ! -s $ENV_FILE ]]; then
|
||||
return 0
|
||||
return 1
|
||||
fi
|
||||
|
||||
local KEY="${*: -1}"
|
||||
|
||||
Reference in New Issue
Block a user