[PR #54] [MERGED] fix: --domain/-d is a parameter and not a command! #686

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

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/54
Author: @germeier
Created: 12/16/2015
Status: Merged
Merged: 12/16/2015
Merged by: @lukas2511

Base: masterHead: fixdomainparameter


📝 Commits (2)

  • 27094cd fix: --domain/-d is a parameter and not a command!
  • f194498 fixed test.sh script

📊 Changes

2 files changed (+1 additions, -2 deletions)

View changed files

📝 letsencrypt.sh (+0 -1)
📝 test.sh (+1 -1)

📄 Description

$ ./letsencrypt.sh --domain test1.com --domain test2.com -c
Only one command can be executed at a time.
See help (-h) for more information.

This is obviously wrong. Fixed it.


🔄 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/54 **Author:** [@germeier](https://github.com/germeier) **Created:** 12/16/2015 **Status:** ✅ Merged **Merged:** 12/16/2015 **Merged by:** [@lukas2511](https://github.com/lukas2511) **Base:** `master` ← **Head:** `fixdomainparameter` --- ### 📝 Commits (2) - [`27094cd`](https://github.com/dehydrated-io/dehydrated/commit/27094cdb655c8903f984c49bd957b001365b54dd) fix: --domain/-d is a parameter and not a command! - [`f194498`](https://github.com/dehydrated-io/dehydrated/commit/f194498478af1dd9b82863b62ec9e4aa3c61cbc8) fixed test.sh script ### 📊 Changes **2 files changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `letsencrypt.sh` (+0 -1) 📝 `test.sh` (+1 -1) </details> ### 📄 Description $ ./letsencrypt.sh --domain test1.com --domain test2.com -c Only one command can be executed at a time. See help (-h) for more information. This is obviously wrong. Fixed it. --- <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:27 +01:00
adam closed this issue 2025-12-29 01:28:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#686