Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jetfir3 authored Feb 1, 2024
1 parent 18dc394 commit d9fab5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ run_prepare () {
spotify_version_output
ver_check
command pgrep [sS]potify 2>/dev/null | xargs kill -9 2>/dev/null
[[ -f "${appBinary}" ]] && cleanAB=$(perl -ne '/\x00\x73\x6C\x6F\x74\x73\x00/ && print "true"' "${appBinary}")
[[ -f "${appBinary}" ]] && cleanAB=$(perl -ne '/\x00\x73\x6C\x6F\x74\x73\x00/ && /\x63\x61\x73\x74\x2D\x6D\x69/ && print "true"' "${appBinary}")
}

check_write_permission () {
Expand Down

0 comments on commit d9fab5f

Please sign in to comment.