From 043cedf599a50356c9d653c846121be745a7832e Mon Sep 17 00:00:00 2001
From: Recolic Keghart <root@recolic.net>
Date: Wed, 14 Mar 2018 16:21:41 +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 b544d95..73674e4 100755
--- a/daemon-signin.fish
+++ b/daemon-signin.fish
@@ -21,7 +21,7 @@ while true
         continue
     end
     if not grep "<p class='success-tip'>暂无签到开启</p>" $tmpfl
-        mpg123 qiandao.mp3
+        mpg123 signin.mp3
     end
     sleep 5
 end
-- 
GitLab