mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
[PR #141] [MERGED] Handle case where no files to cleanup exist. #729
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/141
Author: @fancycode
Created: 2/16/2016
Status: ✅ Merged
Merged: 2/18/2016
Merged by: @lukas2511
Base:
master← Head:null_glob📝 Commits (1)
ac2d830Handle case where no files to cleanup exists.📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
letsencrypt.sh(+3 -0)📄 Description
This fixes cases where
*.fooexpands to the string*.fooinstead of an empty string if no matching files exist.I know this is a problem with my setup, but it would be nice if letsencrypt.sh could handle such cases gracefully ;-)
Error without the change (I have a
chain.pemincustomfolder):🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.