Skip to content
Snippets Groups Projects
Commit 5eba7399 authored by Jan David Mol's avatar Jan David Mol
Browse files

fix shellcheck

parent 7799ced1
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ function cleanup { ...@@ -140,7 +140,7 @@ function cleanup {
done done
# clean up empty files (most containers log to either stderr or stdout) # clean up empty files (most containers log to either stderr or stdout)
find log -size 0 | xargs rm find log -size 0 -exec rm {} ';'
fi fi
if [ -z "${preserve}" ]; then if [ -z "${preserve}" ]; then
make stop > /dev/null 2>&1 make stop > /dev/null 2>&1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment