Bläddra i källkod

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 år sedan
committed by GitHub
förälder
incheckning
d72b910700
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      log2ram.hourly

+ 1
- 1
log2ram.hourly Visa fil

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

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

Laddar…
Avbryt
Spara