add .ogg to backup cron file output
This commit is contained in:
parent
dab402b38d
commit
8380b7342e
@ -17,7 +17,7 @@ capture()
|
|||||||
|
|
||||||
echo "============ $(date) ============"
|
echo "============ $(date) ============"
|
||||||
echo "Capture launching…"
|
echo "Capture launching…"
|
||||||
wget https://icecast.libre-a-toi.org:8444/voixdulat_ogg -o log -O "$targetDirectory/output-$currentDate" &
|
wget https://icecast.libre-a-toi.org:8444/voixdulat_ogg -o log -O "$targetDirectory/output-$currentDate.ogg" &
|
||||||
echo "Capture launched."
|
echo "Capture launched."
|
||||||
|
|
||||||
wgetpid="$!"
|
wgetpid="$!"
|
||||||
|
Loading…
Reference in New Issue
Block a user