You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of `|| true` will cause an error message to be printed by `rm`
which may lead QA personnel to believe that there is something wrong
while there is not. -f will simply ignore nonexistent files.
```
rm: cannot remove 'nosuchfile': No such file or directory
```
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
0 commit comments