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