[PR #211] [MERGED] Check that the detected config is a file #755

Closed
opened 2025-12-29 01:28:58 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: config-file-check


📝 Commits (1)

  • 03430c3 Check 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

# 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>
adam added the pull-request label 2025-12-29 01:28:58 +01:00
adam closed this issue 2025-12-29 01:28:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#755