1
0
Fork 0

Fix another mistake.

liquidsoap-2.2
Icedream 2021-03-01 02:40:51 +01:00
parent 29d77722d3
commit 97429d6ce9
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ do
if [ -z "$found_audio_source" ] if [ -z "$found_audio_source" ]
then then
offline=$(( found_audio_source + 1 )) offline=$(( offline + 1 ))
else else
offline=0 offline=0
fi fi