Browse Source

make hourly Cron job quiet

otherwise, systems that are able to send mails would send the uninteresting output every hour to the admin
pull/22/head
Lukas Pirl 7 years ago
committed by GitHub
parent
commit
d72b910700
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      log2ram.hourly

+ 1
- 1
log2ram.hourly View File

@@ -1,3 +1,3 @@
#! /bin/sh #! /bin/sh


/usr/local/bin/log2ram write
/usr/local/bin/log2ram write > /dev/null

Loading…
Cancel
Save