Skip to content
Snippets Groups Projects
Unverified Commit af3035e9 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

bug fix

parent 043cedf5
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ set tmpfl (mktemp) ...@@ -16,7 +16,7 @@ set tmpfl (mktemp)
while true while true
curl "$_url" 2>/dev/null > $tmpfl curl "$_url" 2>/dev/null > $tmpfl
if grep '{"data":\[\],"msg":"unauthorized"}' $tmpfl if grep '{"data":\[\],"msg":"unauthorized"}' $tmpfl
mpg123 error.mp3 mpg123 badid.mp3
sleep 5 sleep 5
continue continue
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment