Details

    • Task
    • Resolution: Fixed
    • Major
    • 2.0.0
    • None
    • supportability
    • 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

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            simon.murray Simon Murray
            simon.murray Simon Murray
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty