This pr adds a wrapper for mktemp to make sure it's always called it with a template. This way any temporary files are identifiable for the administrator since they are now named letsencrypt.sh.XXXXXX where XXXXXX is unique.
This pr also removes an eval which is not necessary.
🔄 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/169
**Author:** [@mhalden](https://github.com/mhalden)
**Created:** 3/22/2016
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `mktemp-eval`
---
### 📝 Commits (2)
- [`4dd839f`](https://github.com/dehydrated-io/dehydrated/commit/4dd839f08e9b9c09927de05e2299aaffee7e684c) Make temporary files identifiable
- [`7021ef6`](https://github.com/dehydrated-io/dehydrated/commit/7021ef6e1991f6fba8c917a0354608cd25309813) Remove unnecessary eval
### 📊 Changes
**1 file changed** (+10 additions, -5 deletions)
<details>
<summary>View changed files</summary>
📝 `letsencrypt.sh` (+10 -5)
</details>
### 📄 Description
This pr adds a wrapper for `mktemp` to make sure it's always called it with a template. This way any temporary files are identifiable for the administrator since they are now named `letsencrypt.sh.XXXXXX` where `XXXXXX` is unique.
This pr also removes an `eval` which is not necessary.
---
<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/169
Author: @mhalden
Created: 3/22/2016
Status: ❌ Closed
Base:
master← Head:mktemp-eval📝 Commits (2)
4dd839fMake temporary files identifiable7021ef6Remove unnecessary eval📊 Changes
1 file changed (+10 additions, -5 deletions)
View changed files
📝
letsencrypt.sh(+10 -5)📄 Description
This pr adds a wrapper for
mktempto make sure it's always called it with a template. This way any temporary files are identifiable for the administrator since they are now namedletsencrypt.sh.XXXXXXwhereXXXXXXis unique.This pr also removes an
evalwhich is not necessary.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.