make hourly Cron job quiet

otherwise, systems that are able to send mails would send the uninteresting output every hour to the admin
This commit is contained in:
Lukas Pirl 2017-07-25 10:05:03 +02:00 committed by GitHub
parent 2e55fa7bed
commit d72b910700
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#! /bin/sh
/usr/local/bin/log2ram write
/usr/local/bin/log2ram write > /dev/null