5107106428
Sandbox fills up with leaves, since we are not able to stop leaves falling down, clean up has been implemented. Leaves are removed by new cron based process purge-leaves Closes-Bug: #1802864 Change-Id: I458cbff1436f13500c14ffddf6269fdd597490d5
4 lines
40 B
Bash
Executable File
4 lines
40 B
Bash
Executable File
#!/bin/sh
|
|
echo "Sandbox cleaned"
|
|
exit 0
|