Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This was running
/bin/rm -f /tmp/cbinfo-*
|
which doesn't get the glob expanded by a shell, so does nothing. Besides the -f was masking the error. Better off with
/usr/bin/find /tmp -name 'cbinfo-*' -exec rm {} \;
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Sprint | Kubernetes 8/13-8/27 [ 549 ] |
Rank | Ranked higher |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Sprint | Kubernetes 8/13-8/27 [ 549 ] |