1
0
Fork 0

Fix another mistake.

master
Icedream 2021-03-01 02:40:51 +01:00
parent 639642c09a
commit f94c88d4c5
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

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