Previously, if you have a directory called config in any of the check_config locations and had not specified one manually the the script would hit an error
# letsencrypt.sh configuration
# INFO: Using main config file /home/acme/letsencrypt.sh/config
./letsencrypt.sh: line 89: .: /home/acme/letsencrypt.sh/config: is a directory
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dehydrated-io/dehydrated/pull/211
**Author:** [@Alexendoo](https://github.com/Alexendoo)
**Created:** 5/25/2016
**Status:** ✅ Merged
**Merged:** 5/26/2016
**Merged by:** [@lukas2511](https://github.com/lukas2511)
**Base:** `master` ← **Head:** `config-file-check`
---
### 📝 Commits (1)
- [`03430c3`](https://github.com/dehydrated-io/dehydrated/commit/03430c38924049dd3dcc376cbd6ea1f73eed8270) Check that the detected config is a file
### 📊 Changes
**1 file changed** (+2 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `letsencrypt.sh` (+2 -2)
</details>
### 📄 Description
Previously, if you have a directory called config in any of the check_config locations and had not specified one manually the the script would hit an error
```
# letsencrypt.sh configuration
# INFO: Using main config file /home/acme/letsencrypt.sh/config
./letsencrypt.sh: line 89: .: /home/acme/letsencrypt.sh/config: is a directory
```
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/211
Author: @Alexendoo
Created: 5/25/2016
Status: ✅ Merged
Merged: 5/26/2016
Merged by: @lukas2511
Base:
master← Head:config-file-check📝 Commits (1)
03430c3Check that the detected config is a file📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
letsencrypt.sh(+2 -2)📄 Description
Previously, if you have a directory called config in any of the check_config locations and had not specified one manually the the script would hit an error
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.