mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 08:29:56 +01:00
Exit 0 if there is no configuration
heroku config:get exits 0 in this case
This commit is contained in:
@@ -95,7 +95,7 @@ case "$1" in
|
||||
|
||||
config_create
|
||||
if [[ ! -s $ENV_FILE ]] ; then
|
||||
exit 1
|
||||
exit 0
|
||||
fi
|
||||
|
||||
KEY="$3"
|
||||
|
||||
Reference in New Issue
Block a user