Quellcode durchsuchen

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 vor 7 Jahren
committed by GitHub
Ursprung
Commit
d72b910700
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      log2ram.hourly

+ 1
- 1
log2ram.hourly Datei anzeigen

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

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

Laden…
Abbrechen
Speichern