We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118ede1 commit 263ebf2Copy full SHA for 263ebf2
1 file changed
share/github-backup-utils/ghe-backup-repositories-rsync
@@ -76,7 +76,7 @@ echo "
76
while [ \$sanity -lt $GHE_GIT_COOLDOWN_PERIOD ]; do
77
# note: the bracket synta[x] below is to prevent matches against the
78
# grep process itself.
79
- if ps axo pid,args | grep -q -e 'git.*nw-repac[k]' -e 'git.*g[c]'; then
+ if ps axo pid,args | grep -q -e 'git[ -].*nw-repac[k]' -e 'git[ -].*g[c]'; then
80
sleep 1
81
sanity=\$(( sanity + 1 ))
82
else
0 commit comments