mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
[PR #54] [MERGED] fix: --domain/-d is a parameter and not a command! #686
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.