[PR #169] [CLOSED] Make temp files identifiable and remove unnecessary eval #742

Closed
opened 2025-12-29 01:28:46 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/169
Author: @mhalden
Created: 3/22/2016
Status: Closed

Base: masterHead: mktemp-eval


📝 Commits (2)

  • 4dd839f Make temporary files identifiable
  • 7021ef6 Remove unnecessary eval

📊 Changes

1 file changed (+10 additions, -5 deletions)

View changed files

📝 letsencrypt.sh (+10 -5)

📄 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.


🔄 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>
adam added the pull-request label 2025-12-29 01:28:46 +01:00
adam closed this issue 2025-12-29 01:28:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#742