fix: 因黑名单而关注失败(#45)

This commit is contained in:
shanmiteko
2021-10-11 18:46:32 +08:00
parent c3c8ffba95
commit dd234691ea
5 changed files with 39 additions and 11 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
./lottery update
if [[ -r "latest_version.zip" ]]; then
unzip latest_version.zip
rm latest_version.zip
chmod u+x lottery
fi