mirror of
https://github.com/SpotX-Official/SpotX-Bash.git
synced 2026-04-22 11:00:19 +10:00
Update
This commit is contained in:
2
spotx.sh
2
spotx.sh
@@ -245,7 +245,7 @@ run_prepare () {
|
|||||||
spotify_version_output
|
spotify_version_output
|
||||||
ver_check
|
ver_check
|
||||||
command pgrep [sS]potify 2>/dev/null | xargs kill -9 2>/dev/null
|
command pgrep [sS]potify 2>/dev/null | xargs kill -9 2>/dev/null
|
||||||
[[ -f "${appBinary}" ]] && cleanAB=$(perl -ne '$found1 = 1 if /\x00\x73\x6C\x6F\x74\x73\x00/; $found2 = 1 if /\x63\x61\x73\x74\x2D\x6D\x69/; END { print "true" if $found1 && $found2 }' "${appBinary}")
|
[[ -f "${appBinary}" ]] && cleanAB=$(perl -ne '$found1 = 1 if /\x00\x73\x6C\x6F\x74\x73\x00/; $found2 = 1 if /\x63\x61\x73\x74\x2D\x70\x72/; END { print "true" if $found1 && $found2 }' "${appBinary}")
|
||||||
}
|
}
|
||||||
|
|
||||||
check_write_permission () {
|
check_write_permission () {
|
||||||
|
|||||||
Reference in New Issue
Block a user