sandbox/purge-leaves.sh
Erkki-T. Peura 5107106428 Periodic cleanup for leaves
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
2018-11-12 13:09:07 +00:00

4 lines
40 B
Bash
Executable File

#!/bin/sh
echo "Sandbox cleaned"
exit 0