mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 14:20:30 +01:00
[PR #814] use flock for stale lock file handling #940
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/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.