Add shell script to delete garbage files and discarded chunks

This commit is contained in:
Kijin Sung 2017-01-27 15:15:32 +09:00
parent 054191a69d
commit b767ff7a94
3 changed files with 70 additions and 1 deletions

View file

@ -27,7 +27,7 @@ else
{
echo "Error while deleting notifications older than $days days.\n";
echo $output->getMessage() . "\n";
$exit_status = abs($output->getError());
$exit_status = 11;
}
// Set the exit status if there were any errors.