Skip to content
Snippets Groups Projects
Commit 08fb4d58 authored by Mark Olesen's avatar Mark Olesen
Browse files

avoid spurious warnings on rm log.*

parent f7d91747
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
# Clean time folders only # Clean time folders only
rm -rf *[1-9]* rm -rf *[1-9]*
rm log.* rm -f log.* 2>/dev/null
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
# Clean time folders only # Clean time folders only
rm -rf *[1-9]* rm -rf *[1-9]*
rm log.* rm -f log.* 2>/dev/null
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment