Skip to content

Commit

Permalink
via service.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
E7KMbb committed Sep 13, 2020
1 parent 3668deb commit c8f9ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi

if [ boot_start = "true" ]; then
for i in $(seq 1 15); do
ping -c 1 music.163.com
ping -c 1 music.163.com > /dev/null 2>&1
if [ $? -eq 0 ];then
UnblockNeteaseMusic start
break;
Expand Down

0 comments on commit c8f9ac4

Please sign in to comment.