🔄 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/62
**Author:** [@erdgeist](https://github.com/erdgeist)
**Created:** 12/22/2015
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (7)
- [`832199f`](https://github.com/dehydrated-io/dehydrated/commit/832199f958855616c7443d882f299fbd40eccf3b) remove some if blocks by short hand conditionals and default variable assign
- [`bd128c7`](https://github.com/dehydrated-io/dehydrated/commit/bd128c747aff13e3bc338a30bdfab0ffe8bee97a) Merge branch 'master' of https://github.com/lukas2511/letsencrypt.sh
- [`52fd964`](https://github.com/dehydrated-io/dehydrated/commit/52fd96429fe391b1bc6c3614a08964bfa27fd40c) Merge branch 'master' of https://github.com/lukas2511/letsencrypt.sh
- [`c86d03b`](https://github.com/dehydrated-io/dehydrated/commit/c86d03b9086a17bd7c6757f71320ca783fa2b343) Simplify sed and tr statements
- [`5cceba9`](https://github.com/dehydrated-io/dehydrated/commit/5cceba9e11e74220fae502bfd51d17778de14617) Use default if unset or null, instead of unset only
- [`935959e`](https://github.com/dehydrated-io/dehydrated/commit/935959effa69a3a4b2d7357b66f798f40fec097c) Resort to bash-style [[ quotes
- [`2206f48`](https://github.com/dehydrated-io/dehydrated/commit/2206f48fbd575256100184a8ebd057c90aeda974) Merge branch 'master' of https://github.com/lukas2511/letsencrypt.sh
### 📊 Changes
**1 file changed** (+8 additions, -15 deletions)
<details>
<summary>View changed files</summary>
📝 `letsencrypt.sh` (+8 -15)
</details>
### 📄 Description
- Unify the use of multiple sed commands.
- Use "assing default value" expansion for defaults
- On tiny shorthand conditional
---
<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/62
Author: @erdgeist
Created: 12/22/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (7)
832199fremove some if blocks by short hand conditionals and default variable assignbd128c7Merge branch 'master' of https://github.com/lukas2511/letsencrypt.sh52fd964Merge branch 'master' of https://github.com/lukas2511/letsencrypt.shc86d03bSimplify sed and tr statements5cceba9Use default if unset or null, instead of unset only935959eResort to bash-style [[ quotes2206f48Merge branch 'master' of https://github.com/lukas2511/letsencrypt.sh📊 Changes
1 file changed (+8 additions, -15 deletions)
View changed files
📝
letsencrypt.sh(+8 -15)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.