Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn if key_file is missing on install but do not exit #3755

Merged
merged 1 commit into from
Oct 23, 2019
Merged

Warn if key_file is missing on install but do not exit #3755

merged 1 commit into from
Oct 23, 2019

Conversation

dean1012
Copy link
Contributor

@dean1012 dean1012 commented Oct 23, 2019

  • Adjusts documentation
  • Changes error messages when ssh key is not present
  • Moves error messages to stderr
  • Removes erroneous exit line

Closes #3717

* Adjusts documentation
* Changes error messages when ssh key is not present
* Moves error messages to stderr
* Removes erroneous exit line
@josegonzalez josegonzalez changed the title Fixes for issue #3717 Warn if key_file is missing on install but do not exit Oct 23, 2019
@josegonzalez josegonzalez merged commit accfc3b into dokku:master Oct 23, 2019
josegonzalez added a commit that referenced this pull request Oct 23, 2019
# History

## 0.19.4

Install/update via the bootstrap script:

```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.19.4/bootstrap.sh
sudo DOKKU_TAG=v0.19.4 bash bootstrap.sh
```

### Bug Fixes

- #3755: @dean1012 Warn if key_file is missing on install but do not exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to install dokku on AWS ec2 instance
2 participants