From af3035e93fc4a61c566b2d741fafbd07f7e687a4 Mon Sep 17 00:00:00 2001 From: Recolic Keghart <root@recolic.net> Date: Wed, 14 Mar 2018 16:22:31 +0800 Subject: [PATCH] bug fix --- daemon-signin.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon-signin.fish b/daemon-signin.fish index 73674e4..1dce8b5 100755 --- a/daemon-signin.fish +++ b/daemon-signin.fish @@ -16,7 +16,7 @@ set tmpfl (mktemp) while true curl "$_url" 2>/dev/null > $tmpfl if grep '{"data":\[\],"msg":"unauthorized"}' $tmpfl - mpg123 error.mp3 + mpg123 badid.mp3 sleep 5 continue end -- GitLab