stop removing /tmp
parent
78e4b54fe2
commit
4630eec72d
|
@ -111,9 +111,6 @@ function cleanup() {
|
|||
done
|
||||
echo -e "\nafter the cleanup:"
|
||||
overview
|
||||
|
||||
# clean up /tmp
|
||||
find /tmp -name . -o -prune -exec rm -rf -- {} + >/dev/null 2>&1 || true
|
||||
}
|
||||
|
||||
# Give 15m for Linux-specific cleanup
|
||||
|
|
Loading…
Reference in New Issue