$LOCKFILE isn't necessary anymore since flock can use $CERTDIR or even the script itself $0 for locking, but is kept for backward compability.
🔄 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/814
**Author:** [@jomat](https://github.com/jomat)
**Created:** 4/8/2021
**Status:** 🔄 Open
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (1)
- [`d1a7515`](https://github.com/dehydrated-io/dehydrated/commit/d1a7515f428e5b496a38cea6a887dd27dd9f1298) use flock for stale lock file handling
### 📊 Changes
**1 file changed** (+3 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `dehydrated` (+3 -1)
</details>
### 📄 Description
Possible solution for #813
$LOCKFILE isn't necessary anymore since flock can use $CERTDIR or even the script itself $0 for locking, but is kept for backward compability.
---
<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/814
Author: @jomat
Created: 4/8/2021
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
d1a7515use flock for stale lock file handling📊 Changes
1 file changed (+3 additions, -1 deletions)
View changed files
📝
dehydrated(+3 -1)📄 Description
Possible solution for #813
$LOCKFILE isn't necessary anymore since flock can use $CERTDIR or even the script itself $0 for locking, but is kept for backward compability.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.