From 0ca3ad970840e312747af64e1eac3f6c107a30a0 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Tue, 29 Jan 2019 17:19:34 +0100 Subject: [PATCH] Added date display in wgetauto cronlog. --- wgetauto/wgetauto | 1 + 1 file changed, 1 insertion(+) diff --git a/wgetauto/wgetauto b/wgetauto/wgetauto index 6917017..b1eeb4b 100755 --- a/wgetauto/wgetauto +++ b/wgetauto/wgetauto @@ -15,6 +15,7 @@ capture() currentDate="$(date '+%Y-%m-%d-%Hh%M')" + echo "============ $(date) ============" echo "Capture launching…" wget https://icecast.libre-a-toi.org:8444/voixdulat_ogg -o log -O "$targetDirectory/output-$currentDate" & echo "Capture launched."