add .ogg to backup cron file output
This commit is contained in:
parent
dab402b38d
commit
8380b7342e
@ -17,7 +17,7 @@ capture()
|
||||
|
||||
echo "============ $(date) ============"
|
||||
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."
|
||||
|
||||
wgetpid="$!"
|
||||
|
Loading…
Reference in New Issue
Block a user