$ ./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>
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/54
Author: @germeier
Created: 12/16/2015
Status: ✅ Merged
Merged: 12/16/2015
Merged by: @lukas2511
Base:
master← Head:fixdomainparameter📝 Commits (2)
27094cdfix: --domain/-d is a parameter and not a command!f194498fixed 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.