mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-25 07:05:55 +03:00
[PR #55] [MERGED] Better handling of stale PID files #179
Labels
No labels
Bug Report
Enhancement
Enhancement
Feature Idea
Feature Idea
Not Implemented
Question
Question
Task
Wontfix
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zmbackup#179
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/lucascbeyeler/zmbackup/pull/55
Author: @crebelein
Created: 11/29/2017
Status: ✅ Merged
Merged: 12/6/2017
Merged by: @lucascbeyeler
Base:
1.2-version← Head:1.2-version📝 Commits (2)
ce8df26Do not leave a stale PID file behind7231c55Check for stale PID file📊 Changes
2 files changed (+12 additions, -4 deletions)
View changed files
📝
project/lib/bash/DeleteAction.sh(+1 -0)📝
project/lib/bash/MiscAction.sh(+11 -4)📄 Description
delete_oneinDeleteAction.shis leaving behind a stale PID file due to theexit 2(which appears to be present to suppress meaningless errors). This PID file should be deleted prior to the exit.Additionally, stale PID files can occur from time to time for various reasons. Have
checkpidinMiscActions.shinvestigate if the PID is stale or not and act accordingly.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.