We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 322791e + fc2bdb4 commit 7a7e1c3Copy full SHA for 7a7e1c3
bin/ghe-backup
@@ -69,7 +69,7 @@ if [ -f ../in-progress ]; then
69
progress=$(cat ../in-progress)
70
snapshot=$(echo "$progress" | cut -d ' ' -f 1)
71
pid=$(echo "$progress" | cut -d ' ' -f 2)
72
- if ! ps -p $pid -o command= | grep ghe-backup; then
+ if ! ps -p $pid | grep ghe-backup; then
73
# We can safely remove in-progress, ghe-prune-snapshots
74
# will clean up the failed backup.
75
unlink ../in-progress
0 commit comments